From 2ff83e77406b2fafb3af891b31f8ece53cd52b13 Mon Sep 17 00:00:00 2001 From: Aevann Date: Mon, 27 Feb 2023 03:12:05 +0200 Subject: [PATCH] demote SEE_GHOST_VOTES to 7 --- 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 0ee7060e9..2610ecafd 100644 --- a/files/helpers/config/const.py +++ b/files/helpers/config/const.py @@ -492,8 +492,8 @@ PERMS = { # Minimum admin_level to perform action. 'BLACKJACK_NOTIFICATIONS': 7, 'IGNORE_BADGE_BLACKLIST': 7, 'VIEW_DM_IMAGES': 7, + 'SEE_GHOST_VOTES': 7, - 'SEE_GHOST_VOTES': 8, 'MODS_EVERY_HOLE': 8, }