更改一个返回错误提示

This commit is contained in:
qwerdvd 2023-08-18 21:01:50 +08:00
parent 432eacb99c
commit 41cc45dd1f

View File

@ -18,7 +18,7 @@ async def deal_skd_cred(bot_id: str, cred: str, user_id: str) -> str:
skd_uid = check_cred.user.id_
uid = check_cred.gameStatus.uid
if uid not in uid_list:
return '该uid并未绑定'
return '请先绑定 Cred 对应的 uid'
# 检查是否已经绑定过 Cred, 如果有的话就 update
skd_data = await ArknightsUser.select_data_by_uid(uid)