diff --git a/files/helpers/config/const.py b/files/helpers/config/const.py index 4124f1225..4bfadbd16 100644 --- a/files/helpers/config/const.py +++ b/files/helpers/config/const.py @@ -489,10 +489,11 @@ PERMS = { # Minimum admin_level to perform action. 'VIEW_PATRONS': 7, 'BLACKJACK_NOTIFICATIONS': 7, 'IGNORE_BADGE_BLACKLIST': 7, - 'UNDO_AWARD_PINS': 7, - 'SEE_GHOST_VOTES': 7, - 'MODS_EVERY_HOLE': 7, 'VIEW_DM_IMAGES': 7, + + 'UNDO_AWARD_PINS': 8, + 'SEE_GHOST_VOTES': 8, + 'MODS_EVERY_HOLE': 8, } FEATURES = {