From 6d5e2a3e0b6e04af6887231896cd33cdb949b713 Mon Sep 17 00:00:00 2001 From: Gareth Coles Date: Thu, 15 Feb 2018 15:22:46 +0000 Subject: Add some constants for our roles These will be important later --- pysite/constants.py | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'pysite/constants.py') 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 -- cgit v1.2.3