From dea21eb6b9fa9ffa369d3d27fd6135978067c9c9 Mon Sep 17 00:00:00 2001 From: ajax146 <31014239+ajax146@users.noreply.github.com> Date: Mon, 8 Jun 2026 22:49:40 -0700 Subject: [PATCH] Fix default config for new module names --- configuration/config.default.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration/config.default.json b/configuration/config.default.json index e0c90ef2..91cd2ba6 100644 --- a/configuration/config.default.json +++ b/configuration/config.default.json @@ -18,7 +18,7 @@ "autoreact_react_map": {"hello": "👋"}, "core_command_prefix": ".", "core_enable_logging": true, - "core_enabled_extensions": ["config", "extension"], + "core_enabled_extensions": ["administration.config", "administration.extension"], "core_guild_events_channel": "", "core_guild_id": "", "core_logging_channel": "",