diff options
author | 2019-01-07 20:45:37 +0100 | |
---|---|---|
committer | 2019-01-07 20:45:37 +0100 | |
commit | 84437e0ddfed04b87c4d98d47f432e5f7d2e136f (patch) | |
tree | 8b6c5382bc2249e809ddb66dcc853a47f74be4a1 | |
parent | Removing orphaned comment and restructuring user notification for filter_rich... (diff) |
Deleting unnecessary additional line
-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"]: |