mirror of
https://github.com/zhenxun-org/zhenxun_bot.git
synced 2025-12-15 14:22:55 +08:00
🐛 首次生成简易配置后自动加载
This commit is contained in:
parent
0416b46a58
commit
2830497dd3
@ -126,3 +126,4 @@ def _():
|
|||||||
with plugins2config_file.open("w", encoding="utf8") as wf:
|
with plugins2config_file.open("w", encoding="utf8") as wf:
|
||||||
_yaml.dump(_data, wf)
|
_yaml.dump(_data, wf)
|
||||||
_generate_simple_config(exists_module)
|
_generate_simple_config(exists_module)
|
||||||
|
Config.reload()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user