Releases: Sehelitar/Kick.bot
Still Alive - v0.3.9
New year, new update, new methods!
You can now pin/unpin messages. Timed actions should now be supported, but it's still a bit experimental, so feel free to report any bug.
How to upgrade : https://github.com/Sehelitar/Kick.bot/wiki/Installation#upgrades
Note : actions importation is required to get all new methods.
Enhancements
Compatibility update SB 0.2.2 - v0.3.8
This is a compatibility update for Streamer.bot 0.2.2.
Just replace both Kick DLL and it's done!
How to upgrade : https://github.com/Sehelitar/Kick.bot/wiki/Installation#upgrades
Fixes
- Updated dependencies to match Streamer.bot 0.2.2 update.
Is this the first time? - v0.3.7
All config vars are moved from globals to a LiteDB database.
This change makes the firstMessage
field in chat message events usable.
Commands counters are also moved there.
How to upgrade : https://github.com/Sehelitar/Kick.bot/wiki/Installation#upgrades
Enhancements
-
firstMessage
field in chat message events is now usable. It will be set to true the first time an user write in chat.
[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.
Chat under control - v0.3.6
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
- 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)
Enhancements
- Added chat modes methods (followers/subs/emotes only and slow mode, see https://github.com/Sehelitar/Kick.bot/wiki/Methods#chat-methods)
Hotfix - v0.3.5.2
This is a non-critical hotfix that add a filter for usernames passed to GetUserInfos.
How to upgrade : https://github.com/Sehelitar/Kick.bot/wiki/Installation#upgrades
Enhancements
- GetUserInfos now automatically remove any leading @ in the username.
Hotfix - v0.3.5.1
This is a non-critical hotfix that add some safe ways to use GetUserInfos.
Kick has a weird way to handle usernames, so I had to support more arguments as input.
Documentation : https://github.com/Sehelitar/Kick.bot/wiki/Methods#getuserinfos
How to upgrade : https://github.com/Sehelitar/Kick.bot/wiki/Installation#upgrades
Enhancements
- Added more arguments supported as input for GetUserInfos method.
Clip that! - v0.3.5
A new MakeClip method is now available to create clips live!
Clips can be up to 90s long, so enjoy! 🎆
Documentation : https://github.com/Sehelitar/Kick.bot/wiki/Methods#makeclip
WARNING : KickBot action need to be re-imported. Please follow the instructions from the documentation.
How to upgrade : https://github.com/Sehelitar/Kick.bot/wiki/Installation#upgrades
New Features
- Added a MakeClip method to create clips.
Fixes
- Fixed polls StartedAt argument to be a DateTime object instead of a static string.
HUGE update! - v0.3.4
This massive update add a lot of events and methods.
Please remember this extension is experimental. Create an issue on Github or my Discord server if you find a bug.
Note : KickBot action have been updated.
Reimport actions.txt and overwrite your existing action.
Don't forget to add both references and change the channel if you use a bot account.
New Methods
- Add/Remove VIP/OG/Moderators
- Change stream title/category
- Ban/Timeout/Unban users
- Clear chat
- Start a new poll
New Events
- Poll Created/Updated/Completed/Cancelled
- Raids
- Stream Started/Ended
- Title/category Changed