From df06f2379b3b675261afce84f73650ebab18a77d Mon Sep 17 00:00:00 2001 From: n Date: Fri, 31 Jan 2025 18:26:54 -0600 Subject: [PATCH] typo --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index 5703fab..e2aa5f1 100644 --- a/bot.py +++ b/bot.py @@ -37,7 +37,7 @@ async def make_choice(room, message): else: id = match.args() message = (f""" - Command recived (DEBUG_) + Command recived (DEBUG) """) await bot.api.send_text_message(room.room_id, message)