diff options
author | 2021-09-24 21:33:36 +0100 | |
---|---|---|
committer | 2021-09-24 21:33:36 +0100 | |
commit | 5409b535e734d31e2cd3388a2af64b815b3a15da (patch) | |
tree | 3aeb97f60db2101b5b46cebfa1f6cbd089f2330e | |
parent | chore: fixed the link in the README (diff) | |
parent | Merge pull request #878 from onerandomusername/patch-2 (diff) |
Merge branch 'main' into gitpod
-rw-r--r-- | bot/exts/core/extensions.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/core/extensions.py b/bot/exts/core/extensions.py index 424bacac..dbb9e069 100644 --- a/bot/exts/core/extensions.py +++ b/bot/exts/core/extensions.py @@ -18,7 +18,7 @@ from bot.utils.pagination import LinePaginator log = logging.getLogger(__name__) -UNLOAD_BLACKLIST = {f"{exts.__name__}.utils.extensions"} +UNLOAD_BLACKLIST = {f"{exts.__name__}.core.extensions"} BASE_PATH_LEN = len(exts.__name__.split(".")) |