diff options
| author | 2020-07-19 10:41:49 +0200 | |
|---|---|---|
| committer | 2020-07-19 10:41:49 +0200 | |
| commit | 0d51d357a5a9f192c8ed71d40726838b7fb5136e (patch) | |
| tree | a8bf31e24ba4fde54dbdbb232e47b59ce207a7f4 | |
| parent | Remove AntiMalWare constants, use cache data. (diff) | |
Fix an absolutely terrible 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 9e35a83d1..d94c19471 100644 --- a/bot/cogs/filtering.py +++ b/bot/cogs/filtering.py @@ -456,7 +456,7 @@ class Filtering(Cog): Attempts to catch some of common ways to try to cheat the system. """ - # Remove backslashes to prevent escape character around fuckery like + # Remove backslashes to prevent escape character aroundfuckery like # discord\.gg/gdudes-pony-farm text = text.replace("\\", "") |