Skip to content

[Hotfix] Chat under control - v0.3.6.1

Compare
Choose a tag to compare
@Sehelitar Sehelitar released this 15 Oct 11:08
· 26 commits to main since this release

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