crowbartools / Firebot

A powerful all-in-one bot for Twitch streamers
https://firebot.app
GNU General Public License v3.0
356 stars 101 forks source link

Cooldown Tracking #167

Closed itsjesski closed 7 years ago

itsjesski commented 7 years ago

The app currently does not keep track of any cooldown state and just sends whatever is provided. So, if you press a button that puts it on cooldown for 3 minutes, and then another that puts that same button on cool down for 10 seconds, the button will flip from 3 minutes to the 10 second cooldown.

To fix this we'd need to keep track of cooldowns for all buttons and then only send a cooldown if it is greater than what the button is at currently.

itsjesski commented 7 years ago

https://github.com/Firebottle/Firebot/releases/tag/v3.4.0