From 65c43d8a0d821e00ac4f385e6530a734356218e5 Mon Sep 17 00:00:00 2001 From: n Date: Fri, 31 Jan 2025 18:30:32 -0600 Subject: [PATCH] typo --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index b7a2d38..7b313da 100644 --- a/bot.py +++ b/bot.py @@ -20,7 +20,7 @@ async def help_message(room, message): Help ============================ A work-in-progress Python rewrite of the original quotes bot, aiming for a mostly complete remake. - {PREFIX}help - show this message + {PREFIX} help - show this message """) await bot.api.send_text_message(room.room_id, message)