From a1454a6845bb221903243f7d77a3a5c3b3db64af Mon Sep 17 00:00:00 2001 From: Aevann Date: Sun, 29 Jan 2023 15:51:00 +0200 Subject: [PATCH] fix snus id --- 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 a6d51434c..020c58b23 100644 --- a/files/helpers/config/const.py +++ b/files/helpers/config/const.py @@ -761,7 +761,7 @@ if SITE == 'rdrama.net': 'jollymoon': 3635, 'chiobu': 5214, 'mccox': 8239, - 'snus': 8407, + 'snus': 5646, } ANTISPAM_BYPASS_IDS = {1703, 13427}