Ver Fonte

skill issue x2

txlyre há 1 ano atrás
pai
commit
4f276ae7f3
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      commands.py

+ 2 - 2
commands.py

@@ -461,9 +461,9 @@ async def sylvy_handler(bot, event, command):
       plots.append(buffer)
 
     await bot.send_file(
-      message.peer_id,
+      event.peer_id,
       file=plots,
-      reply_to=message,
+      reply_to=event,
       caption=text
     )