From 700e91986eebc097be7d4c28d6e4495577cae3a3 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sat, 26 Nov 2022 03:19:22 +0200 Subject: [PATCH] add "negroid" to slur filter --- files/helpers/const.py | 1 + 1 file changed, 1 insertion(+) diff --git a/files/helpers/const.py b/files/helpers/const.py index 831a95db4..c8eac3f19 100644 --- a/files/helpers/const.py +++ b/files/helpers/const.py @@ -95,6 +95,7 @@ AJ_REPLACEMENTS = { SLURS = { "nigger": "BIPOC", + "negroid": "BIPOC", "niglet": 'BIPOClet', "negress": "BIPOC woman", 'nigga': 'neighbor',