This commit is contained in:
Nyx 2025-01-31 18:26:54 -06:00
parent 8e7ad11438
commit df06f2379b

2
bot.py
View file

@ -37,7 +37,7 @@ async def make_choice(room, message):
else: else:
id = match.args() id = match.args()
message = (f""" message = (f"""
Command recived (DEBUG_) Command recived (DEBUG)
""") """)
await bot.api.send_text_message(room.room_id, message) await bot.api.send_text_message(room.room_id, message)