Skip to content

Commit

Permalink
Merge pull request #85 from MyXiaoNan/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
PackageInstaller authored Dec 10, 2024
2 parents d26a805 + c47df92 commit 82ccaff
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 13 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ self.layout_bot_dict = {{}} # QQ所负责的群聊{{群 :bot}} 其中 bot类

# 💿 使用

群聊发送 启用修仙功能 后根据引导来即可,不支持私聊
群聊发送 `启用修仙功能` 后根据引导来即可,不支持私聊
如果你使用的是官方机器人记得改配置

# 🎉 特别感谢
Expand Down
1 change: 0 additions & 1 deletion nonebot_plugin_xiuxian_2/xiuxian/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
(name := module.name[11:]) == "meta"
or name not in _config.disabled_plugins
)
# module.name[:11] == xiuxian_
],
[],
)
Expand Down
2 changes: 1 addition & 1 deletion nonebot_plugin_xiuxian_2/xiuxian/xiuxian_buff/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
__buff_help__ = f"""
功法帮助信息:
指令:
1、我的功法:查看自身功法以及背包内的所有功法信息
1、我的功法:查看自身功法信息
2、切磋:at对应人员,不会消耗气血
3、洞天福地购买:购买洞天福地
4、洞天福地查看:查看自己的洞天福地
Expand Down
12 changes: 5 additions & 7 deletions nonebot_plugin_xiuxian_2/xiuxian/xiuxian_mixelixir/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,11 @@
1、炼丹:会检测背包内的药材,自动生成配方【一次最多匹配25种药材】
2、配方:发送配方领取丹药【配方主药.....】
3、炼丹帮助:获取本帮助信息
4、丹药背包:获取背包内丹药以及炼丹炉信息
5、药材背包:获取背包内药材信息
6、炼丹配方帮助:获取炼丹配方帮助
7、灵田收取、灵田结算:收取洞天福地里灵田的药材
8、我的炼丹信息:查询自己的炼丹信息
9、升级收取等级:每一个等级会增加灵田收取的数量
10、升级丹药控火:每一个等级会增加炼丹的产出数量
4、炼丹配方帮助:获取炼丹配方帮助
5、灵田收取、灵田结算:收取洞天福地里灵田的药材
6、我的炼丹信息:查询自己的炼丹信息
7、升级收取等级:每一个等级会增加灵田收取的数量
8、升级丹药控火:每一个等级会增加炼丹的产出数量
"""

__mix_elixir_help__ = f"""
Expand Down
2 changes: 1 addition & 1 deletion nonebot_plugin_xiuxian_2/xiuxian/xiuxian_rift/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
秘境帮助信息:
指令:
1、群秘境开启、关闭:开启本群的秘境生成,管理员权限
2、生成秘境:生成一个随机秘境,超管权限
2、生成秘境:生成一个随机秘境,管理员权限
3、探索秘境:探索秘境获取随机奖励
4、秘境结算、结算秘境:结算秘境奖励
5、秘境探索终止、终止探索秘境:终止秘境事件
Expand Down
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
2 changes: 1 addition & 1 deletion nonebot_plugin_xiuxian_2/xiuxian/xiuxian_work/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ async def resetrefreshnum_():
3、悬赏令终止:终止当前悬赏令任务
4、悬赏令结算:结算悬赏奖励
5、悬赏令接取+编号:接取对应的悬赏令
6、最后的悬赏令:用于接了悬赏令却境界突破导致卡住的道友使用
6、最后的悬赏令:用于接了悬赏令但是境界突破导致卡住的道友使用
""".strip()


Expand Down

0 comments on commit 82ccaff

Please sign in to comment.