From c7ef4c0b1c29e75fc7cb5c1242713fb0e643bc27 Mon Sep 17 00:00:00 2001 From: liuwei Date: Wed, 21 May 2025 10:31:49 +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 5febf66..f61c776 100644 --- a/plugins/point_trade/main.py +++ b/plugins/point_trade/main.py @@ -318,7 +318,7 @@ class PointTradePlugin(MessagePluginInterface): client_msg_id, create_time, new_msg_id = await self.bot.send_at_message((roomid if roomid else sender), 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, 20) return True, "查询积分成功" except Exception as e: