add !donate command
This commit is contained in:
parent
a056e83043
commit
24091e302b
5
bot.py
5
bot.py
|
|
@ -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! '
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue