From dbbafca7ac9c6b64b5e000699c6d607e855f1b8d Mon Sep 17 00:00:00 2001 From: n Date: Fri, 31 Jan 2025 19:17:34 -0600 Subject: [PATCH] add get to help --- bot.py | 1 + 1 file changed, 1 insertion(+) 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)