diff options
-rw-r--r-- | bot/cogs/filtering.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bot/cogs/filtering.py b/bot/cogs/filtering.py index 42424cd05..570d6549f 100644 --- a/bot/cogs/filtering.py +++ b/bot/cogs/filtering.py @@ -138,7 +138,6 @@ class Filtering: # If none of the above, we can start filtering. if filter_message: - for filter_name, _filter in self.filters.items(): # Is this specific filter enabled in the config? if _filter["enabled"]: |