diff --git a/astrbot/core/astrbot_config_mgr.py b/astrbot/core/astrbot_config_mgr.py index 24aed5908..80f707df2 100644 --- a/astrbot/core/astrbot_config_mgr.py +++ b/astrbot/core/astrbot_config_mgr.py @@ -114,7 +114,7 @@ class AstrBotConfigManager: scope_id="global", ) random_word = abconf_name or uuid.uuid4().hex[:8] - abconf_data[abconf_id] = { + abconf_data[abconf_id] = { # type: ignore[index] "path": abconf_path, "name": random_word, }