diff options
author | 2019-01-06 20:48:20 +0100 | |
---|---|---|
committer | 2019-01-06 20:48:20 +0100 | |
commit | 990a901d9a1d00340d401ea9f2c87f648056a144 (patch) | |
tree | 06d83f07f65292473f73ccbcae59c7b1add91146 | |
parent | Restoring DEBUG_MODE filtering condition and adding comment (diff) |
Clarifying comment
-rw-r--r-- | bot/cogs/filtering.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/cogs/filtering.py b/bot/cogs/filtering.py index 9324314df..67ff9d0bf 100644 --- a/bot/cogs/filtering.py +++ b/bot/cogs/filtering.py @@ -153,7 +153,7 @@ class Filtering: # If this is a filter (not a watchlist), we should delete the message. if _filter["type"] == "filter": try: - # Embeds (can) trigger both the `on_message` and `on_message_edit` + # Embeds (can?) trigger both the `on_message` and `on_message_edit` # event handlers, triggering filtering twice for the same message. # # If `on_message`-triggered filtering already deleted the message |