积分时长优化
This commit is contained in:
@@ -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),
|
client_msg_id, create_time, new_msg_id = await self.bot.send_at_message((roomid if roomid else sender),
|
||||||
output, [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, "查询积分成功"
|
return True, "查询积分成功"
|
||||||
|
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
|
|||||||
Reference in New Issue
Block a user