diff --git a/bot.py b/bot.py index 52cc6ca..56f78ec 100644 --- a/bot.py +++ b/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)