Releases: BluePigman/BluePagmanBot
BluePagmanBot v1.2
- Improvements to chess commands
- Update chess openings list
- Added news command
- Updated instructions
BluePagmanBot v1.11
Now uses threading.Timer() so bot is now fully functional while awaiting a chess opponent.
Updated openings list (refer here)
BluePagmanBot v1.1
The chess game's code is more cleaner. Eliminates use of global variables.
A pending chess game will automatically time out after 30 seconds, although no commands can be used during this time. After the game is accepted, then commands can be used as usual.
Update help messages, the prefix from config will be shown.
Replace deprecated wrap socket method.
Various minor improvements with spacing
BluePagmanBot v1.04
Now bypasses Twitch's same 30s message rule.
BluePagmanBot v1.03
-
New step: rename config_example.py to config.py and then edit the file.
-
Increase delay between consecutive messages for some commands
-
Ignore blank character when searching for opening
-
ignore error caused by large emoji message
-
random_opening is now simply "ro"
BluePagmanBot v1.02
Add 1 second cooldown to adhere to Twitch's 1s global slowmode.
Add User-based cooldown for all commands.
Fix incorrect opening side in list of chess openings.