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