add quote number to fetch
This commit is contained in:
parent
65c43d8a0d
commit
6b5949cdb3
1 changed files with 3 additions and 1 deletions
4
bot.py
4
bot.py
|
@ -36,8 +36,10 @@ async def make_choice(room, message):
|
||||||
temp = False
|
temp = False
|
||||||
else:
|
else:
|
||||||
id = match.args()
|
id = match.args()
|
||||||
|
id = str(id[1])
|
||||||
message = (f"""
|
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)
|
await bot.api.send_text_message(room.room_id, message)
|
||||||
|
|
Loading…
Add table
Reference in a new issue