From 86b352d3011ca9995c24f00171c6a5c0fd6265f3 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sat, 26 Nov 2022 07:06:52 +0200 Subject: [PATCH] "my brother in christ" becomes "my brother in Allah" --- files/helpers/const.py | 1 + 1 file changed, 1 insertion(+) diff --git a/files/helpers/const.py b/files/helpers/const.py index a5d114a26..ad11b2de3 100644 --- a/files/helpers/const.py +++ b/files/helpers/const.py @@ -147,6 +147,7 @@ if SITE_NAME == 'rDrama': "republican": 'republiKKKan', "america": 'ameriKKKa', "it's almost as if": "I'm a retard but", + "my brother in christ": "my brother in Allah", } SLURS.update(RDRAMA_SLURS)