Skip to content

Releases: Sehelitar/Kick.bot

Still Alive - v0.3.9

27 Feb 19:33
Compare
Choose a tag to compare

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

  • New methods to pin/unpin messages in chat.
  • Added support for timed actions.
  • Added followers count in channel informations (new targetFollowers field)

Compatibility update SB 0.2.2 - v0.3.8

29 Nov 18:15
Compare
Choose a tag to compare

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

05 Nov 02:50
Compare
Choose a tag to compare

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

15 Oct 11:08
Compare
Choose a tag to compare

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

Chat under control - v0.3.6

14 Oct 11:27
Compare
Choose a tag to compare

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

Hotfix - v0.3.5.2

17 Sep 21:27
Compare
Choose a tag to compare

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

17 Sep 10:37
Compare
Choose a tag to compare

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

16 Sep 12:46
Compare
Choose a tag to compare

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

10 Sep 14:24
Compare
Choose a tag to compare

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

More commands fixes - v0.3.2

01 Sep 07:38
Compare
Choose a tag to compare

This hotfix fixes 2 issues related to commands handling (see #1 and #2).
To update any existing installation, just replace Kick.bot.dll.