diff --git a/plugins/xiuren_image/main.py b/plugins/xiuren_image/main.py index 72212d6..4b47c49 100644 --- a/plugins/xiuren_image/main.py +++ b/plugins/xiuren_image/main.py @@ -126,7 +126,7 @@ class XiurenImagePlugin(MessagePluginInterface): client_msg_id, create_time, new_msg_id = await bot.send_image_message((roomid if roomid else sender), Path(pic_path)) - revoke.add_message_to_revoke(roomid, client_msg_id, create_time, new_msg_id, 90) + # revoke.add_message_to_revoke(roomid, client_msg_id, create_time, new_msg_id, 90) self.LOG.info( f"发送图片结果,client_msg_id= {client_msg_id},create_time={create_time},new_msg_id={new_msg_id}") return True, "发送成功"