Skip to content

Commit

Permalink
宗门信息宗主查看信息灵石数量添加格式
Browse files Browse the repository at this point in the history
  • Loading branch information
PackageInstaller committed Dec 5, 2024
1 parent 7ad57d9 commit c47df92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nonebot_plugin_xiuxian_2/xiuxian/xiuxian_sect/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1782,7 +1782,7 @@ async def my_sect_(bot: Bot, event: GroupMessageEvent):
宗门丹房:{elixir_room_name}
"""
if sect_position == owner_position:
msg += f"\n宗门储备:{sect_info['sect_used_stone']}灵石"
msg += f"\n宗门储备:{number_to(sect_info['sect_used_stone'])}枚灵石"
else:
msg = f"一介散修,莫要再问。"

Expand Down

0 comments on commit c47df92

Please sign in to comment.