mirror of
https://github.com/baiqwerdvd/ArknightsUID.git
synced 2025-05-08 04:55:54 +08:00
remove assert
This commit is contained in:
parent
588864d616
commit
6556ca93e9
@ -49,7 +49,6 @@ async def get_resp_msg(bot: Bot, ev: Event):
|
|||||||
return "Cred无效!"
|
return "Cred无效!"
|
||||||
else:
|
else:
|
||||||
skd_uid = check_cred.user.id_
|
skd_uid = check_cred.user.id_
|
||||||
assert skland_userId == skd_uid
|
|
||||||
uid = check_cred.gameStatus.uid
|
uid = check_cred.gameStatus.uid
|
||||||
if uid not in uid_list:
|
if uid not in uid_list:
|
||||||
return "请先绑定该 Cred 对应的 uid"
|
return "请先绑定该 Cred 对应的 uid"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user