1
0
Fork 0

add quote number to fetch

This commit is contained in:
Nyx 2025-01-31 18:36:46 -06:00
parent 65c43d8a0d
commit 6b5949cdb3

4
bot.py
View file

@ -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)