From 748e39a43af4cbaddbb00efc4c0cd8c8d148e38b Mon Sep 17 00:00:00 2001 From: Aevann Date: Tue, 3 Jan 2023 13:29:05 +0200 Subject: [PATCH] add 3 new slur filters --- files/helpers/config/const.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/files/helpers/config/const.py b/files/helpers/config/const.py index 30b7d1bfe..bead14fb3 100644 --- a/files/helpers/config/const.py +++ b/files/helpers/config/const.py @@ -188,6 +188,10 @@ if SITE_NAME == 'rDrama': "my brother in christ": "my brother in Allah", "kyle": "Kylie", "twitter files": 'twitter files :marseysleep:', + " cool ": " fetch ", + "krayon": "krayon (sister toucher)", + "discord": "groomercord", + } SLURS.update(RDRAMA_SLURS)