diff options
Diffstat (limited to 'pysite/constants.py')
| -rw-r--r-- | pysite/constants.py | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/pysite/constants.py b/pysite/constants.py index 49882030..cb8dad62 100644 --- a/pysite/constants.py +++ b/pysite/constants.py @@ -28,6 +28,7 @@ HELPER_ROLE = "267630620367257601"  CONTRIB_ROLE = "295488872404484098"  ALL_STAFF_ROLES = (OWNER_ROLE, ADMIN_ROLE, MODERATOR_ROLE, DEVOPS_ROLE) +TABLE_MANAGER_ROLES = (OWNER_ROLE, ADMIN_ROLE, DEVOPS_ROLE)  EDITOR_ROLES = ALL_STAFF_ROLES + (HELPER_ROLE, CONTRIB_ROLE)  SERVER_ID = 267624335836053506 | 
