diff options
author | 2018-04-01 13:21:10 +0100 | |
---|---|---|
committer | 2018-04-01 13:21:10 +0100 | |
commit | b16b61ca43631a47279560de9c771f0e7791023e (patch) | |
tree | b88820214a4de7765c14b94350620f38e2e1f28a /pysite/constants.py | |
parent | Adding atom (#49) (diff) |
Fix logging, restrict staff index route
Diffstat (limited to 'pysite/constants.py')
-rw-r--r-- | pysite/constants.py | 2 |
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" |