aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar mbaruh <[email protected]>2022-10-22 22:40:02 +0300
committerGravatar mbaruh <[email protected]>2022-10-22 22:40:02 +0300
commita39ce559e70d84ef9a03c5839a4988c79ceeb876 (patch)
tree7652d74726039cf3ada90a709d24d615bd95ba86
parentMerge pull request #2298 from shtlrs/issue-2294-zen-command (diff)
Move Security cog to backend extension
-rw-r--r--bot/exts/backend/security.py (renamed from bot/exts/filters/security.py)0
-rw-r--r--tests/bot/exts/backend/test_security.py (renamed from tests/bot/exts/filters/test_security.py)2
2 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/filters/security.py b/bot/exts/backend/security.py
index 27e4d9752..27e4d9752 100644
--- a/bot/exts/filters/security.py
+++ b/bot/exts/backend/security.py
diff --git a/tests/bot/exts/filters/test_security.py b/tests/bot/exts/backend/test_security.py
index 007b7b1eb..c3985c609 100644
--- a/tests/bot/exts/filters/test_security.py
+++ b/tests/bot/exts/backend/test_security.py
@@ -2,7 +2,7 @@ import unittest
from discord.ext.commands import NoPrivateMessage
-from bot.exts.filters import security
+from bot.exts.backend import security
from tests.helpers import MockBot, MockContext