add !bot command
This commit is contained in:
parent
53caebaf4e
commit
213b55a3e6
4
bot.py
4
bot.py
|
|
@ -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: '
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue