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