Dav
This commit is contained in:
parent
af0acc6e6a
commit
f91c210211
1 changed files with 1 additions and 1 deletions
2
bot.py
2
bot.py
|
@ -48,7 +48,7 @@ async def make_choice(room, message):
|
|||
|
||||
await bot.api.send_text_message(room.room_id, message)
|
||||
imageMessage = (quoteImage)
|
||||
await bot.api.send_image_message(room.room_id, imageMessage)
|
||||
await bot.api.send_image_message(room.room_id, imageMessage) # https://quotes.everypizza.im/image/178
|
||||
|
||||
@bot.listener.on_message_event
|
||||
async def help_message(room, message):
|
||||
|
|
Loading…
Add table
Reference in a new issue