aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar SebastiaanZ <[email protected]>2019-01-07 20:45:37 +0100
committerGravatar SebastiaanZ <[email protected]>2019-01-07 20:45:37 +0100
commit84437e0ddfed04b87c4d98d47f432e5f7d2e136f (patch)
tree8b6c5382bc2249e809ddb66dcc853a47f74be4a1
parentRemoving orphaned comment and restructuring user notification for filter_rich... (diff)
Deleting unnecessary additional line
-rw-r--r--bot/cogs/filtering.py1
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"]: