tomaarsen / TwitchMarkovChain

Twitch Bot for generating messages based on what it learned from chat
MIT License
118 stars 25 forks source link

Send message on a timer that explains how the Bot works #9

Closed tomaarsen closed 3 years ago

tomaarsen commented 3 years ago

A timed, toggleable message explains how the bot works by linking to https://cubiedev.github.io/TwitchMarkovChain/#how-it-works. This will also remind users that the bot is live.

The internal Timer between a message can then also be used for implementing #8.

tomaarsen commented 3 years ago

Implemented this in 8858f0bd307d9a318b650e63e58469fad7aaf38e. See https://github.com/CubieDev/TwitchMarkovChain/issues/8#issuecomment-787530512 for more information on the changes made here. The README is also updated to reflect this implementation.

Note that the old settings.txt files will be automatically updated to work with this new version.