Releases: purrplingcat/PurrplingBot
Releases · purrplingcat/PurrplingBot
Version 1.2.4 'Carmilla' Released!
Version 1.2.3 'Carmilla' Released!
Get it
- Docker image
docker pull purrplingcat/purrplingbot:1.2.3
- Regular download (see 'Download' section)
Changelog
- ADD Show a disabled plugins in !plugins #67
- FIX Configuration wrong not checked #69
- FIX Fix debug switch #68
- FIX Last joined user not saved per guild #65
- FIX No message "for more info ..." at !help text endline #62
- FIX Giphy: No message for users if gif not found, but log error #61
- FIX TypeError: bot.connect is not a function #63
Version 1.2.2 'Carmilla' Released!
Get it
- Docker image
docker pull purrplingcat/purrplingbot:1.2.2
- Regular download (see 'Download' section)
Changelog
- Added Plugin for fetch a gif from Giphy #48
- Added MumbleBox: Emoji reaction - message.react() #34
- Added MumbleBox: Ignored channels #55
- Added countPlugins() and countDisabledPlugins() #33
- Added reconnecting event #56
- Added debug events #57
- Added no-run msg to pluginRegistry.js ee0077
- Created UPGRADING.md 1e1ea5d
Version 1.2.1 'Carmilla' Released!
Get it
- Docker image
docker pull purrplingcat/purrplingbot:1.2.1
- Regular download (see 'Download' section)
Changelog
- Greetings a new joined users #51
- FIX - Added callback towriteFile in storeIgnoreList() #48
- FIX - Failed to execute !avatar fixed #38
- Added user count to !users #47
- FIX - Time in !nextstream is in local timezone instead of UTC #45
- FIX - !catsnack not failing sometimes #46
- Removed MC string from mumblebox.json
Version 1.2.0 'Carmilla' Released!
Get it
- Docker image
docker pull purrplingcat/purrplingbot:1.2.0
- Regular download (see 'Download' section)
Changelog
Main changes
- Changed lib discord.io to discord.js [BC break!
- Replaced console.log with a logger #23
- Disabled plugins in config [BC break!] #31
- Added Mumble Box plugin #16
- Separated plugin loader and registry #15
- Created init() in main file #21
- Command !say NOW CAN target #channel #25
- Config: key nextstream renamed to twitch [config change] #29
- Added command for get avatar - !avatar #30
Other changes
- Added isCmd for events message and messageUpdate
- Fixed nibbles 7dbbdd6
- Avoid plugins run standalone
- Fixed crash after failed to execute command
- Fixed game status in !users
- Created LICENSE (GNU GPL-3.0)
- Fixed plugin error init 001b82
- Added !uptime
- Annotated cmds 6c4c77
- Added cmd !users
- Added VOLUME to Dockerfile
- Fixed dependency moment
- Separated !hello, !status and !whois to plugin Misc
- Added cmds !status and !whois
- Closes #20 - fixed unexpected disconnect (keep-alive) (Cherry-picked from v1.1.1)
Version 1.1.1 'Chiara' Released!
Get it
- Docker image
docker pull purrplingcat/purrplingbot:1.1.1
- Regular download (see 'Download' section)
Changelog
- Fixed disconnection (keep-alive) [Bug #20 ]
- Fixed nibble bugs
Version 1.1.0 'Chiara' RELEASED!
Get it
- Docker image
docker pull purrplingcat/purrplingbot:1.1.0
- Regular download (see 'Download' section)
Changelog
- Remaked CMD api
- Remaked plugin api
- Refactored base code and plugins
- Added command !plugin to view loaded plugins
- Command !help can show help info for commands (description, usage)
- Added support for prefixes
- Added EventBus
- Fixed double apostrof in log
- Fixed self-message cmd cycling