Merge pull request #37 from SaigyoujiYusora/debug

更新config
This commit is contained in:
HYY
2025-03-03 21:09:08 +08:00
committed by GitHub
2 changed files with 33 additions and 20 deletions

View File

@@ -131,6 +131,7 @@ class BotConfig:
if "others" in toml_dict:
others_config = toml_dict["others"]
config.enable_advance_output = others_config.get("enable_advance_output", config.enable_advance_output)
config.enable_kuuki_read = others_config.get("enable_kuuki_read", config.enable_kuuki_read)
logger.success(f"成功加载配置文件: {config_path}")