Explorar el Código

skill issue x2

txlyre hace 1 año
padre
commit
4f276ae7f3
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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
     )