浏览代码

skill issue x2

txlyre 1 年之前
父节点
当前提交
4f276ae7f3
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      commands.py

+ 2 - 2
commands.py

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