优化状态中文
This commit is contained in:
@@ -563,13 +563,10 @@ class XiuxianPlugin(MessagePluginInterface):
|
||||
"Injured": "受伤保护",
|
||||
}.get(status_code, str(status_code))
|
||||
msg = (
|
||||
f"🧙♂️ 我的状态\n"
|
||||
f"道号:{player.get('dao_name')}\n"
|
||||
f"境界:{player.get('realm')}\n"
|
||||
f"灵根:{player.get('spirit_root')}\n"
|
||||
f"修为:{player.get('cultivation_points')}\n"
|
||||
f"灵石:{player.get('spirit_stone')}\n"
|
||||
f"状态:{status_cn}"
|
||||
f"📇 道号:{player.get('dao_name')}【{player.get('spirit_root')}】\n"
|
||||
f"✨ 境界:{player.get('realm')}(修为:{player.get('cultivation_points')}点)\n"
|
||||
f"💎 灵石:{player.get('spirit_stone')}枚\n"
|
||||
f"💚 状态:{status_cn}"
|
||||
)
|
||||
client_msg_id, create_time, new_msg_id = await bot.send_text_message((roomid if roomid else sender), msg, sender)
|
||||
if self.revoke:
|
||||
|
||||
Reference in New Issue
Block a user