diff options
author | 2021-10-08 15:06:07 +0100 | |
---|---|---|
committer | 2021-10-11 15:00:04 +0100 | |
commit | dc5f73be8c18ef11c701822e8c600c8fca7b149c (patch) | |
tree | 8351f06d55f4c3203b0b2f1333c47c646d539ff6 /bot/constants.py | |
parent | Rename `Roles.admin` to `Roles.admins` (diff) |
Rename `Roles.owner` to `Roles.owners`
Diffstat (limited to 'bot/constants.py')
-rw-r--r-- | bot/constants.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bot/constants.py b/bot/constants.py index 92b40914..b4191c5e 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -332,8 +332,8 @@ class Reddit: # Default role combinations -MODERATION_ROLES = Roles.moderation_team, Roles.admins, Roles.owner -STAFF_ROLES = Roles.helpers, Roles.moderation_team, Roles.admins, Roles.owner +MODERATION_ROLES = Roles.moderation_team, Roles.admins, Roles.owners +STAFF_ROLES = Roles.helpers, Roles.moderation_team, Roles.admins, Roles.owners # Whitelisted channels WHITELISTED_CHANNELS = ( |