From 574f1127e9243432c4f16b8dd295964ea5ee282d Mon Sep 17 00:00:00 2001 From: Gareth Coles Date: Sat, 7 Apr 2018 15:35:59 +0100 Subject: Allow helpers to edit pages also --- pysite/constants.py | 1 + 1 file changed, 1 insertion(+) (limited to 'pysite/constants.py') diff --git a/pysite/constants.py b/pysite/constants.py index 69633127..e300fdd3 100644 --- a/pysite/constants.py +++ b/pysite/constants.py @@ -26,6 +26,7 @@ DEVOPS_ROLE = 409416496733880320 HELPER_ROLE = 267630620367257601 ALL_STAFF_ROLES = (OWNER_ROLE, ADMIN_ROLE, MODERATOR_ROLE, DEVOPS_ROLE) +EDITOR_ROLES = ALL_STAFF_ROLES + (HELPER_ROLE, ) SERVER_ID = 267624335836053506 -- cgit v1.2.3