From 78bccfb089e200268e98d821a2080915f8ede2b1 Mon Sep 17 00:00:00 2001 From: Aevann Date: Sun, 25 Dec 2022 22:43:33 +0200 Subject: [PATCH] notify me for "capy" --- files/helpers/config/const.py | 1 + 1 file changed, 1 insertion(+) diff --git a/files/helpers/config/const.py b/files/helpers/config/const.py index 593609a94..7d67c3028 100644 --- a/files/helpers/config/const.py +++ b/files/helpers/config/const.py @@ -692,6 +692,7 @@ if SITE == 'rdrama.net': NOTIFIED_USERS = { 'aevan': AEVANN_ID, 'avean': AEVANN_ID, + 'capy': AEVANN_ID, 'carp': CARP_ID, 'clit': CARP_ID, 'snakes': SNAKES_ID,