签到使用群昵称
This commit is contained in:
@@ -186,7 +186,7 @@ class SignInSystem:
|
||||
if sign_stat >= today_start:
|
||||
ats = ""
|
||||
ats += f" @{self.wcf.get_alias_in_chatroom(message.sender, message.roomid)}"
|
||||
self.wcf.send_text(f"@{ats} 您今天已经签到过了!当前积分:{user_record['points']}", message.roomid, message.sender)
|
||||
self.wcf.send_text(f"{ats} 您今天已经签到过了!当前积分:{user_record['points']}", message.roomid, message.sender)
|
||||
return
|
||||
|
||||
streak = 0
|
||||
|
||||
Reference in New Issue
Block a user