积分时长优化

This commit is contained in:
liuwei
2025-05-21 10:32:16 +08:00
parent c7ef4c0b1c
commit ed7c50ccee

View File

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