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)