add !donate command

This commit is contained in:
Anthony Sottile 2020-07-06 13:48:01 -07:00
parent a056e83043
commit 24091e302b
1 changed files with 5 additions and 0 deletions

5
bot.py
View File

@ -220,6 +220,11 @@ _TEXT_COMMANDS = (
'We do have Discord, you are welcome to join: ' 'We do have Discord, you are welcome to join: '
'https://discord.gg/xDKGPaW', 'https://discord.gg/xDKGPaW',
), ),
(
'!donate',
"donations are appreciated but not necessary -- if you'd like to "
'donate, you can donate at https://streamlabs.com/anthonywritescode',
),
( (
'!editor', '!editor',
'this is my text editor I made, called babi! ' 'this is my text editor I made, called babi! '