Skip to content
This repository has been archived by the owner on Feb 20, 2024. It is now read-only.

v3.3.0-alpha.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 30 May 11:47
· 33 commits to master since this release
4fbac65

Release notes

Heads up, you will need to re-authenticate your Twitch account to make the following features work!

Chat responses as replies, whispers and announcements

Chat commands can now be sent as replies to the original chat message, whispers to the user that called the message or channel-wide announcements!

Here's an example of what is looks like:

strimertul-dev_BqBSejPIw9 firefox_qWO3xlxM81

Note: You can't send whispers to yourself on Twitch, so when testing commands make sure you're using a different account than what's set as the bot account

Changelog

Added

  • Custom chat commands can now be sent as replies, whispers and announcements. Due to some API shenanigans yet to be solved, the latter two will always be sent from your main account, not the bot account (if they are different)

Changed

  • Chat command cooldown can now be tweaked in the bot settings screen. (This is not per-user o per-command just yet)

Fixed

  • Fixed some minor bugs regarding backup file sorting and migration procedures
  • Fixed bot cooldown being unreliable due to depending on multiple time sources
  • Spaces at beginning of messages are now ignored for command checking (e.g. " !lurk" will match !lurk)