add !bot command

This commit is contained in:
Anthony Sottile 2020-05-23 11:05:13 -07:00
parent 53caebaf4e
commit 213b55a3e6
1 changed files with 4 additions and 0 deletions

4
bot.py
View File

@ -203,6 +203,10 @@ _TEXT_COMMANDS = (
'https://keeb.io/products/bdn9-3x3-9-key-macropad-rotary-encoder-support', # noqa: E501 'https://keeb.io/products/bdn9-3x3-9-key-macropad-rotary-encoder-support', # noqa: E501
), ),
# the rest of these are sorted by command # the rest of these are sorted by command
(
'!bot',
'I wrote the bot! https://github.com/anthonywritescode/twitch-chat-bot', # noqa: E501
),
( (
'!discord', '!discord',
'We do have Discord, you are welcome to join: ' 'We do have Discord, you are welcome to join: '