aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bot/exts/filters/filtering.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/filters/filtering.py b/bot/exts/filters/filtering.py
index 3fb40b719..23ce00c7d 100644
--- a/bot/exts/filters/filtering.py
+++ b/bot/exts/filters/filtering.py
@@ -585,7 +585,7 @@ class Filtering(Cog):
"""
text = self.clean_input(text)
- # Remove backslashes to prevent escape character around fuckery like
+ # Remove backslashes to prevent escape character fuckaroundery like
# discord\.gg/gdudes-pony-farm
text = text.replace("\\", "")