From 07348925162588a69868ced5db1153677923b009 Mon Sep 17 00:00:00 2001 From: Aevann Date: Sun, 19 Mar 2023 13:53:50 +0200 Subject: [PATCH] do this https://stupidpol.site/post/18459/marseycapywalking-megathread-for-bugs-and-suggestions/3822890#context --- files/helpers/config/const.py | 1 + 1 file changed, 1 insertion(+) diff --git a/files/helpers/config/const.py b/files/helpers/config/const.py index 8d1f37f8b..7b3e10ed6 100644 --- a/files/helpers/config/const.py +++ b/files/helpers/config/const.py @@ -384,6 +384,7 @@ PROFANITIES = { 'vaginas ': 'girl peepees ', 'cunt': 'girl peepee', ' twat ': ' girl peepee ', + 'lmao': 'lmbo', } slur_single_words = "|".join([slur.lower() for slur in SLURS.keys()])