From e9ffc02fb952428bbb21ccb2715dd6deed1ff461 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sat, 1 Oct 2022 11:56:31 +0200 Subject: [PATCH] tweak slur filter to stop repititive bug reports --- files/helpers/const.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/files/helpers/const.py b/files/helpers/const.py index 56441f46e..8bbb08de1 100644 --- a/files/helpers/const.py +++ b/files/helpers/const.py @@ -98,9 +98,9 @@ if SITE_NAME == 'rDrama': "elon musk": "rocket daddy", "fake and gay": "fake and straight", " rapist": " male feminist", - " kys ": " keep yourself safe ", - " pedo ": " libertarian ", - " pedos ": " libertarians ", + " pedo": " libertarian", + " kys": " keep yourself safe", + "kys ": "keep yourself safe ", } SLURS.update(RDRAMA_SLURS)