签到使用群昵称

This commit is contained in:
liuwei
2025-03-18 09:08:45 +08:00
parent f6f4efde3f
commit db01cab801

View File

@@ -260,7 +260,7 @@ class SignInSystem:
output += f"连签 {streak} 天!"
ats = ""
ats += f" @{self.wcf.get_alias_in_chatroom(message.sender, message.roomid)}"
self.wcf.send_text(f"{ats}\n{output}", message.roomid, message.sender)
self.wcf.send_text(f"{ats} {output}", message.roomid, message.sender)
def __del__(self):
"""连接池由外部管理,不需要手动关闭"""