diff options
author | 2018-07-06 22:32:58 +0000 | |
---|---|---|
committer | 2018-07-06 22:32:58 +0000 | |
commit | 3b79b2c0d232809ce9cb6dc06fd707b000d3e457 (patch) | |
tree | fc9f295b2cb3f6ab967a27e8df76041f182b5acc /pysite/constants.py | |
parent | Settings route (diff) |
Remove space from end of `JAMMERS_ROLE` id in constants.py
Diffstat (limited to '')
-rw-r--r-- | pysite/constants.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pysite/constants.py b/pysite/constants.py index e6d618c0..69c73492 100644 --- a/pysite/constants.py +++ b/pysite/constants.py @@ -37,7 +37,7 @@ MODERATOR_ROLE = "267629731250176001" DEVOPS_ROLE = "409416496733880320" HELPER_ROLE = "267630620367257601" CONTRIB_ROLE = "295488872404484098" -JAMMERS_ROLE = "423054537079783434 " +JAMMERS_ROLE = "423054537079783434" ALL_STAFF_ROLES = (OWNER_ROLE, ADMIN_ROLE, MODERATOR_ROLE, DEVOPS_ROLE) TABLE_MANAGER_ROLES = (OWNER_ROLE, ADMIN_ROLE, DEVOPS_ROLE) |