aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar ChrisJL <[email protected]>2022-10-18 19:03:43 +0100
committerGravatar GitHub <[email protected]>2022-10-18 19:03:43 +0100
commitaa4a35e18d379b6d0866d0ff2eb13188b8099b2a (patch)
treefa68d98ffda969ef9458b34b90dab4a38a312bec
parentMerge pull request #2274 from python-discord/fix-silence-and-tags-when-unloaded (diff)
parentResolve a serious grammatical problem in a comment (diff)
Merge pull request #2296 from python-discord/lemon/resolve-serious-grammatical-problem
-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("\\", "")