From a07d336f268c4e3fc03d4ac1e867458dc3b9cba0 Mon Sep 17 00:00:00 2001 From: Aevann Date: Sun, 27 Oct 2024 23:55:47 +0300 Subject: [PATCH] exclude boykiller from editing limit --- files/helpers/config/const.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/files/helpers/config/const.py b/files/helpers/config/const.py index 146762f02..7a2ce7571 100644 --- a/files/helpers/config/const.py +++ b/files/helpers/config/const.py @@ -1179,6 +1179,8 @@ elif SITE in {'watchpeopledie.tv', 'marsey.world'}: HOLE_REQUIRED = True + EXEMPT_FROM_EDITING_LIMIT = {83848} + AUTOJANNY_ID = 1 SNAPPY_ID = 3 LONGPOSTBOT_ID = 0