diff --git a/astrbot/core/config/default.py b/astrbot/core/config/default.py index edf42992f..fc304d587 100644 --- a/astrbot/core/config/default.py +++ b/astrbot/core/config/default.py @@ -13,7 +13,7 @@ DB_PATH = os.path.join(get_astrbot_data_path(), "data_v3.db") DEFAULT_CONFIG = { "config_version": 2, "platform_settings": { - "plugin_enable": [], + "plugin_enable": {}, "unique_session": False, "rate_limit": { "time": 60,