forked from n/quotes-bot-python
add get to help
This commit is contained in:
parent
46b23509e1
commit
dbbafca7ac
1 changed files with 1 additions and 0 deletions
1
bot.py
1
bot.py
|
@ -22,6 +22,7 @@ async def help_message(room, message):
|
|||
============================
|
||||
A work-in-progress Python rewrite of the original quotes bot, aiming for a mostly complete remake.
|
||||
{PREFIX} help - show this message
|
||||
{PREFIX} get - fetch a image from the defined instance
|
||||
""")
|
||||
|
||||
await bot.api.send_text_message(room.room_id, message)
|
||||
|
|
Loading…
Add table
Reference in a new issue