From ed7c50ccee2c4bdede1fbe44bfd7cfc719fdc5a0 Mon Sep 17 00:00:00 2001 From: liuwei Date: Wed, 21 May 2025 10:32:16 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=AF=E5=88=86=E6=97=B6=E9=95=BF=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/point_trade/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/point_trade/main.py b/plugins/point_trade/main.py index f61c776..196b44f 100644 --- a/plugins/point_trade/main.py +++ b/plugins/point_trade/main.py @@ -374,7 +374,7 @@ class PointTradePlugin(MessagePluginInterface): ) client_msg_id, create_time, new_msg_id = await self.bot.send_at_message(roomid, output, [sender]) - self.revoke.add_message_to_revoke(roomid, client_msg_id, create_time, new_msg_id, 10) + self.revoke.add_message_to_revoke(roomid, client_msg_id, create_time, new_msg_id, 60) return True, "查询排行榜成功" except Exception as e: