diff options
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" |