🎨 修改 uid 插件一部分日记等级

This commit is contained in:
洛水居室 2022-10-05 22:51:02 +08:00
parent 8217def042
commit 2c1b2ffa45
No known key found for this signature in database
GPG Key ID: C9DE87DA724B88FC

View File

@ -120,7 +120,7 @@ class SetUserUid(Plugin.Conversation, BasePlugin.Conversation):
user_info = await client.get_record_card(hoyolab_uid)
except DataNotPublic:
await message.reply_text("角色未公开", reply_markup=ReplyKeyboardRemove())
logger.error(f"获取账号信息发生错误 hoyolab_uid[{hoyolab_uid}] 账户信息未公开")
logger.warning(f"获取账号信息发生错误 hoyolab_uid[{hoyolab_uid}] 账户信息未公开")
return ConversationHandler.END
except GenshinException as exc:
await message.reply_text("获取账号信息发生错误", reply_markup=ReplyKeyboardRemove())