diff options
author | 2021-10-08 14:45:02 +0100 | |
---|---|---|
committer | 2021-10-11 15:00:04 +0100 | |
commit | 11d00e7f846748fb87f02b5f0bfecc92feac198c (patch) | |
tree | 099d81d258cc3f3ca8d6f585fdd28eb44fa74d13 /bot/constants.py | |
parent | Merge pull request #897 from python-discord/command-prefix-fix (diff) |
Rename `Roles.moderator` to `Roles.moderation_team`
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 6e45632f..c5443393 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -332,8 +332,8 @@ class Reddit: # Default role combinations -MODERATION_ROLES = Roles.moderator, Roles.admin, Roles.owner -STAFF_ROLES = Roles.helpers, Roles.moderator, Roles.admin, Roles.owner +MODERATION_ROLES = Roles.moderation_team, Roles.admin, Roles.owner +STAFF_ROLES = Roles.helpers, Roles.moderation_team, Roles.admin, Roles.owner # Whitelisted channels WHITELISTED_CHANNELS = ( |