[Hotfix] Chat under control - v0.3.6.1
This update contains some nice fixes and a bunch of new methods to manage your chat!
The project's license also changed from MIT to AGPL3. This shouldn't change anything for you as a streamer, but could change a lot for a developer using this source code. This applies starting with this version, all past versions remain under MIT license.
How to upgrade : https://github.com/Sehelitar/Kick.bot/wiki/Installation#upgrades
Note : actions importation is required to get the brand new chat modes methods.
Fixes
- Fix #11 / Unfollowers will NOT trigger a follow event anymore.
- All matching commands are now triggered when a chat command is received (instead of just the first one)
- Fix #15 / Command's users cooldowns are now correctly saved and don't interfere with global cooldowns anymore.
Enhancements
- Added chat modes methods (followers/subs/emotes only and slow mode, see https://github.com/Sehelitar/Kick.bot/wiki/Methods#chat-methods)
- Commands reloading has been improved to preserve counters and commands when config changes.