From b16b61ca43631a47279560de9c771f0e7791023e Mon Sep 17 00:00:00 2001 From: Gareth Coles Date: Sun, 1 Apr 2018 13:21:10 +0100 Subject: Fix logging, restrict staff index route --- pysite/constants.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pysite/constants.py') diff --git a/pysite/constants.py b/pysite/constants.py index 6339267d..921a32b9 100644 --- a/pysite/constants.py +++ b/pysite/constants.py @@ -23,6 +23,8 @@ MODERATOR_ROLE = 267629731250176001 DEVOPS_ROLE = 409416496733880320 HELPER_ROLE = 267630620367257601 +ALL_STAFF_ROLES = (OWNER_ROLE, ADMIN_ROLE, MODERATOR_ROLE, DEVOPS_ROLE) + SERVER_ID = 267624335836053506 DISCORD_API_ENDPOINT = "https://discordapp.com/api" -- cgit v1.2.3