签到使用群昵称
This commit is contained in:
@@ -260,7 +260,7 @@ class SignInSystem:
|
|||||||
output += f"连签 {streak} 天!"
|
output += f"连签 {streak} 天!"
|
||||||
ats = ""
|
ats = ""
|
||||||
ats += f" @{self.wcf.get_alias_in_chatroom(message.sender, message.roomid)}"
|
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):
|
def __del__(self):
|
||||||
"""连接池由外部管理,不需要手动关闭"""
|
"""连接池由外部管理,不需要手动关闭"""
|
||||||
|
|||||||
Reference in New Issue
Block a user