diff options
author | 2018-02-15 15:22:46 +0000 | |
---|---|---|
committer | 2018-02-15 15:22:46 +0000 | |
commit | 6d5e2a3e0b6e04af6887231896cd33cdb949b713 (patch) | |
tree | 3ca292329205fa03f1f2167df6a42a62a4de407d /pysite | |
parent | snekchek (diff) |
Add some constants for our roles
These will be important later
Diffstat (limited to 'pysite')
-rw-r--r-- | pysite/constants.py | 6 |
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 |