From 5c842fdb2a4e76425e605d3baf5de557ae8b740c Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 22 Apr 2022 16:20:03 +0200 Subject: [PATCH] sfd --- files/helpers/const.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/files/helpers/const.py b/files/helpers/const.py index e7501a6a4..b6364ab67 100644 --- a/files/helpers/const.py +++ b/files/helpers/const.py @@ -83,14 +83,16 @@ SLURS = { "kung flu": "SARS-CoV-2 syndemic", "elon musk": "rocket daddy", "fake and gay": "fake and straight", + + " rapist": " male feminist ", + " pedo": " libertarian", + " kys ": " keep yourself safe ", " n1g ": " BIPOC ", " nlg ": " BIPOC ", " nig ": " BIPOC ", " fag ": " cute twink ", - " pedo": " libertarian", " elon ": " rocket daddy ", - " rapist": " male feminist " } single_words = "|".join([slur.lower() for slur in SLURS.keys()])