From c9547ec8c6681dd7df4bbf314a434c063d1d2a75 Mon Sep 17 00:00:00 2001 From: Aevann Date: Sun, 23 Apr 2023 12:18:16 +0200 Subject: [PATCH] do this https://rdrama.net/post/18459/marseycapywalking-megathread-for-bugs-and-suggestions/3930251#context --- files/helpers/config/const.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/files/helpers/config/const.py b/files/helpers/config/const.py index 3d88a29ca..ef9414f92 100644 --- a/files/helpers/config/const.py +++ b/files/helpers/config/const.py @@ -386,8 +386,8 @@ PROFANITIES = { ' cum ': ' c*m ', 'orgasm': 'sexual climax', 'dick': 'peepee', - 'cock ': 'peepee ', - 'cocks': 'peepees', + ' cock ': ' peepee ', + ' cocks': ' peepees', 'penis': 'peepee', 'pussy': 'girl peepee', 'pussies': 'girl peepees', @@ -396,6 +396,7 @@ PROFANITIES = { 'cunt': 'girl peepee', ' twat ': ' girl peepee ', 'lmao': 'lmbo', + 'peacock': 'peapeepee', } slur_single_words = "|".join([slur.lower() for slur in SLURS.keys()])