签到文案
This commit is contained in:
@@ -318,7 +318,7 @@ class MessageSignPlugin(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])
|
||||||
revoke.add_message_to_revoke(roomid, client_msg_id, create_time, new_msg_id, 60)
|
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:
|
||||||
self.LOG.error(f"处理签到请求出错: {e}")
|
self.LOG.error(f"处理签到请求出错: {e}")
|
||||||
|
|||||||
Reference in New Issue
Block a user