Răsfoiți Sursa

skill issue x2

txlyre 1 an în urmă
părinte
comite
4f276ae7f3
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  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
     )