bastisawesome / guessinggame_ttv

A Twitch bot to play a word guessing game
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Implement Offline Toggle #36

Open bastisawesome opened 1 year ago

bastisawesome commented 1 year ago

Implement a toggle for the bot that enables or disables running the bot while the stream is offline. Not sure if the default should be on or off, though for compatibility the option should probably default to on.

While this bot is intended to be self-hosted, some people may prefer to have the bot always running except for updates, so having a toggle that enables a check for the stream being online could be useful if they decide they don't want viewers to be able to guess while the stream is offline. Also probably useful because if a round ends while offline, there's currently no way to notify the streamer (this in particular will probably be a feature of the web interface when that gets implemented).