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