积分时长优化

This commit is contained in:
liuwei
2025-05-21 10:31:49 +08:00
parent 76bd6624c6
commit c7ef4c0b1c

View File

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