aboutsummaryrefslogtreecommitdiffstats
path: root/pysite/constants.py
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2018-04-10 22:42:26 +0100
committerGravatar Gareth Coles <[email protected]>2018-04-10 22:42:26 +0100
commit415ff562ce56f7291948f6118f3345e79f6f0d31 (patch)
tree46e84968ee42c5351f2a1f53a03b75563318574c /pysite/constants.py
parentWhoops, Flake8 (diff)
Allow contribs to edit wiki pages
Diffstat (limited to 'pysite/constants.py')
-rw-r--r--pysite/constants.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/pysite/constants.py b/pysite/constants.py
index e41b33bf..71335e5e 100644
--- a/pysite/constants.py
+++ b/pysite/constants.py
@@ -26,9 +26,10 @@ ADMIN_ROLE = 267628507062992896
MODERATOR_ROLE = 267629731250176001
DEVOPS_ROLE = 409416496733880320
HELPER_ROLE = 267630620367257601
+CONTRIB_ROLE = 295488872404484098
ALL_STAFF_ROLES = (OWNER_ROLE, ADMIN_ROLE, MODERATOR_ROLE, DEVOPS_ROLE)
-EDITOR_ROLES = ALL_STAFF_ROLES + (HELPER_ROLE,)
+EDITOR_ROLES = ALL_STAFF_ROLES + (HELPER_ROLE, CONTRIB_ROLE)
SERVER_ID = 267624335836053506