From c8ae56cbbf99af9c14e07b231aad7272220f92ec Mon Sep 17 00:00:00 2001 From: TLSM Date: Sun, 7 Aug 2022 16:33:35 -0400 Subject: [PATCH] WPD: update slur replacements. --- files/helpers/const.py | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/files/helpers/const.py b/files/helpers/const.py index b916da659..e40b3f461 100644 --- a/files/helpers/const.py +++ b/files/helpers/const.py @@ -100,6 +100,20 @@ if SITE_NAME == 'rDrama': " pedo ": " libertarian ", " pedos ": " libertarians ", } +elif SITE_NAME == 'WPD': + SLURS = { + "nigger": "BIPOC", + "niglet": "young BIPOC", + "faggot": "cute twink", + "fag": "cute twink", + "spic ": "hard-working American ", + "tranny": "valid woman", + "trannie": "valid woman", + "dyke": "cute lesbian", + "gook": "superior IQ Asian", + "kike": "jewish chad", + "daisy's destruction": "Cars 2", + } else: SLURS = { "faggot": "cute twink",