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

This commit is contained in:
洛水居室 2022-10-06 00:08:13 +08:00
parent 2c1b2ffa45
commit 3e643f8b54
No known key found for this signature in database
GPG Key ID: C9DE87DA724B88FC

View File

@ -140,7 +140,8 @@ class UserStatsPlugins(Plugin, BasePlugin):
await message.reply_text("角色尘歌壶未解锁 如果想要查看具体数据 嗯...... 咕咕咕~")
return ConversationHandler.END
except AttributeError as exc:
logger.warning("角色数据有误", exc)
logger.error("角色数据有误")
logger.exception(exc)
await message.reply_text("角色数据有误 估计是派蒙晕了")
return ConversationHandler.END
await message.reply_chat_action(ChatAction.UPLOAD_PHOTO)