From abb905b1de8c6dbe744cceac15315afc91ed1a69 Mon Sep 17 00:00:00 2001 From: Aevann Date: Mon, 26 Dec 2022 01:41:00 +0200 Subject: [PATCH] exclude emojis --- files/helpers/config/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/helpers/config/const.py b/files/helpers/config/const.py index 7d67c3028..1f06908c1 100644 --- a/files/helpers/config/const.py +++ b/files/helpers/config/const.py @@ -692,7 +692,7 @@ if SITE == 'rdrama.net': NOTIFIED_USERS = { 'aevan': AEVANN_ID, 'avean': AEVANN_ID, - 'capy': AEVANN_ID, + ' capy': AEVANN_ID, 'carp': CARP_ID, 'clit': CARP_ID, 'snakes': SNAKES_ID,