Brendan Enrick
Brendan Enrick
For a long time we've been planning on having viewers and chatters be able to earn achievements through their participation in the stream. This will likely need some on-screen support,...
Using the !hype command, spam hype emotes in chat and display the emote on screen.
Right now, things will just fail if you haven't configured everything. I think we should give a friendly message about needing to configure the settings if we detect "secret" as...
NightBot does not need currency. We don't want the `CurrencyUpdate` IntervalAction to be adding currency through the currency generator to the known bots. This process would normally give some coins...
This will likely require #101 be finished first, since that will give us command usage data to use. I think we show the top commands for the specific user followed...
Our current "poor man's dependency injection" approach isn't going to cut it much longer, we should rework it to better manage resources.
Add a feature to display a quote in chat instead whenever a command fails. Idea from japperll
Around the code, while on stream, we've put in some hastily-made hacks in order to "get things working". We should clean those up instead of just synchronizing the async code...
Commands are triggered based on the `CommandWord` only. We should have expected arguments for commands. This would also mean that `!so` and `!so DevChatter` could be handled differently, since the...
The bot should be able to connect to Discord in order to send Interval messages and handle commands.