aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Leon Sandøy <[email protected]>2022-10-18 19:41:56 +0200
committerGravatar GitHub <[email protected]>2022-10-18 19:41:56 +0200
commitd8fd77b4f514198e9572cbe198bf64bb601268de (patch)
treefa68d98ffda969ef9458b34b90dab4a38a312bec
parentMerge pull request #2274 from python-discord/fix-silence-and-tags-when-unloaded (diff)
Resolve a serious grammatical problem in a comment
A controversial comment, to be sure. I have solved this with a compromise I know in my heart we can all agree on, wholeassedly.
-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("\\", "")