add !editor command
This commit is contained in:
parent
05574b02ce
commit
a31601483a
5
bot.py
5
bot.py
|
|
@ -206,6 +206,11 @@ _TEXT_COMMANDS = (
|
||||||
'We do have Discord, you are welcome to join: '
|
'We do have Discord, you are welcome to join: '
|
||||||
'https://discord.gg/HxpQ3px',
|
'https://discord.gg/HxpQ3px',
|
||||||
),
|
),
|
||||||
|
(
|
||||||
|
'!editor',
|
||||||
|
'this is my text editor I made, called babi! '
|
||||||
|
'https://github.com/asottile/babi',
|
||||||
|
),
|
||||||
('!emoji', 'anthon63DumpsterFire anthon63Pythonk'),
|
('!emoji', 'anthon63DumpsterFire anthon63Pythonk'),
|
||||||
(
|
(
|
||||||
'!explain',
|
'!explain',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue