📝 Update player_cards.py

6
This commit is contained in:
hakureiyuyuko 2022-11-16 21:11:59 +08:00 committed by 洛水居室
parent 8a92016905
commit 3f4d9031b7
No known key found for this signature in database
GPG Key ID: C9DE87DA724B88FC

View File

@ -92,7 +92,7 @@ class PlayerCards(Plugin, BasePlugin):
await message.reply_text(data) await message.reply_text(data)
return return
if data.characters is None: if data.characters is None:
await message.reply_text("先将角色加入到角色展柜并允许查看角色详情后再使用此功能,如果已经添加了角色,请等待角色数据更新后重试") await message.reply_text("在游戏中的角色展柜中添加角色再开启显示角色详情再使用此功能,如果已经添加了角色,请等待角色数据更新后重试")
return return
if len(args) == 1: if len(args) == 1:
character_name = roleToName(args[0]) character_name = roleToName(args[0])