aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar mbaruh <[email protected]>2023-01-20 19:00:24 +0200
committerGravatar mbaruh <[email protected]>2023-01-20 19:00:24 +0200
commit71f6fe61ab3666ccb68fd1254f337675db0589ef (patch)
tree18504cdac490ca107686c95f6f531c3d9d32934f
parentBring back stats counting for triggered filters (diff)
Change CODEOWNERS
-rw-r--r--.github/CODEOWNERS6
1 files changed, 1 insertions, 5 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 0bc2bb793..2b3e422da 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -1,6 +1,5 @@
# Extensions
**/bot/exts/backend/sync/** @MarkKoz
-**/bot/exts/filters/*token_remover.py @MarkKoz
**/bot/exts/moderation/*silence.py @MarkKoz
bot/exts/info/codeblock/** @MarkKoz
bot/exts/utils/extensions.py @MarkKoz
@@ -9,14 +8,11 @@ bot/exts/help_channels/** @MarkKoz
bot/exts/moderation/** @mbaruh @Den4200 @ks129 @jb3
bot/exts/info/** @Den4200 @jb3
bot/exts/info/information.py @mbaruh @jb3
-bot/exts/filters/** @mbaruh @jb3
+bot/exts/filtering/** @mbaruh
bot/exts/fun/** @ks129
bot/exts/utils/** @ks129 @jb3
bot/exts/recruitment/** @wookie184
-# Rules
-bot/rules/** @mbaruh
-
# Utils
bot/utils/function.py @MarkKoz
bot/utils/lock.py @MarkKoz