From 56ebb3e6517a07af47d88584a9bf4703ae3aeac5 Mon Sep 17 00:00:00 2001 From: Aevann Date: Sat, 28 Jan 2023 12:53:46 +0200 Subject: [PATCH] fix bitchute in profanity replacer and add cunt --- files/helpers/config/const.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/files/helpers/config/const.py b/files/helpers/config/const.py index 342d99d9f..6de4acbc0 100644 --- a/files/helpers/config/const.py +++ b/files/helpers/config/const.py @@ -345,7 +345,7 @@ PROFANITIES = { ' ass ': ' butt ', 'shitting': 'pooping', 'damn': 'darn', - 'bitch': 'b-word', + 'bitch ': 'b-word ', 'toilet': 'potty', ' asshole': ' butthole', ' rape ': ' r*pe ', @@ -359,6 +359,7 @@ PROFANITIES = { 'penis': 'peepee', 'pussy': 'girl peepee', 'vagina': 'girl peepee', + 'cunt': 'girl peepee', ' twat ': ' girl peepee ', }