diff --git a/bot.py b/bot.py index 7b313da..056d12d 100644 --- a/bot.py +++ b/bot.py @@ -36,8 +36,10 @@ async def make_choice(room, message): temp = False else: id = match.args() + id = str(id[1]) message = (f""" - Command recived (DEBUG) + Command recived (DEBUG). + (We're supposed to fetch quote number {id} now.) """) await bot.api.send_text_message(room.room_id, message)