add !editor command

This commit is contained in:
Anthony Sottile 2020-05-15 14:44:20 -07:00
parent 05574b02ce
commit a31601483a
1 changed files with 5 additions and 0 deletions

5
bot.py
View File

@ -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',