@@ -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
)