aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2018-02-15 15:22:46 +0000
committerGravatar Gareth Coles <[email protected]>2018-02-15 15:22:46 +0000
commit6d5e2a3e0b6e04af6887231896cd33cdb949b713 (patch)
tree3ca292329205fa03f1f2167df6a42a62a4de407d
parentsnekchek (diff)
Add some constants for our roles
These will be important later
-rw-r--r--pysite/constants.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/pysite/constants.py b/pysite/constants.py
index 32d7fd14..0c9c8ecb 100644
--- a/pysite/constants.py
+++ b/pysite/constants.py
@@ -8,3 +8,9 @@ class ErrorCodes(IntEnum):
unauthorized = 1
invalid_api_key = 2
missing_parameters = 3
+
+
+OWNER_ROLE = 267627879762755584
+ADMIN_ROLE = 267628507062992896
+MODERATOR_ROLE = 267629731250176001
+HELPER_ROLE = 267630620367257601