Selaa lähdekoodia

skill issue x2

txlyre 1 vuosi sitten
vanhempi
commit
4f276ae7f3
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  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
     )