From 9ab3c6df0a0a92f55b294d4b3f7dab20740319ff Mon Sep 17 00:00:00 2001 From: Aevann Date: Tue, 7 Feb 2023 02:48:04 +0200 Subject: [PATCH] fix coon slur filter --- 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 890df8f81..92ffe2156 100644 --- a/files/helpers/config/const.py +++ b/files/helpers/config/const.py @@ -104,7 +104,8 @@ AJ_REPLACEMENTS = { SLURS = { "nigger": "BIPOC", "negroid": "BIPOC", - "coon": "BIPOC", + " coon ": " BIPOC ", + " coons ": " BIPOCs ", "niglet": 'BIPOClet', "negress": "BIPOCette", 'nigga': 'neighbor',