From d8fd77b4f514198e9572cbe198bf64bb601268de Mon Sep 17 00:00:00 2001 From: Leon Sandøy Date: Tue, 18 Oct 2022 19:41:56 +0200 Subject: 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. --- bot/exts/filters/filtering.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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("\\", "") -- cgit v1.2.3