aboutsummaryrefslogtreecommitdiffstats
path: root/pysite/constants.py
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2018-04-01 13:21:10 +0100
committerGravatar Gareth Coles <[email protected]>2018-04-01 13:21:10 +0100
commitb16b61ca43631a47279560de9c771f0e7791023e (patch)
treeb88820214a4de7765c14b94350620f38e2e1f28a /pysite/constants.py
parentAdding atom (#49) (diff)
Fix logging, restrict staff index route
Diffstat (limited to 'pysite/constants.py')
-rw-r--r--pysite/constants.py2
1 files changed, 2 insertions, 0 deletions
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"