From a92737b85cafb06a17d43139d6b1048a70835547 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sun, 4 Dec 2022 00:01:24 +0200 Subject: [PATCH] re-add kylie 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 065b3ae9c..fa79e9861 100644 --- a/files/helpers/const.py +++ b/files/helpers/const.py @@ -154,6 +154,7 @@ if SITE_NAME == 'rDrama': "america": 'ameriKKKa', "it's almost as if": "I'm a retard but", "my brother in christ": "my brother in Allah", + "kyle": "kylie", } SLURS.update(RDRAMA_SLURS)