From 0e840a4ddb2638b42b76ca398ffb90c3a87ef317 Mon Sep 17 00:00:00 2001 From: justcool393 Date: Mon, 17 Oct 2022 12:46:30 -0500 Subject: [PATCH] add r/Drama to reddit notifications --- files/helpers/const.py | 1 + 1 file changed, 1 insertion(+) diff --git a/files/helpers/const.py b/files/helpers/const.py index 9da7e37e8..44a9c8faf 100644 --- a/files/helpers/const.py +++ b/files/helpers/const.py @@ -1059,6 +1059,7 @@ if SITE != 'localhost': if SITE == 'rdrama.net': REDDIT_NOTIFS_SITE.add('marsey') + REDDIT_NOTIFS_SITE.add('"r/Drama"') REDDIT_NOTIFS_USERS = { 'idio3': IDIO_ID, 'aevann': AEVANN_ID,