diff options
author | 2021-08-24 15:39:41 +0100 | |
---|---|---|
committer | 2021-08-24 15:39:41 +0100 | |
commit | 429ca2a4a359a2e1f580100911fe94352fa8192d (patch) | |
tree | 8882c88d3400174110ec7c523b5c8200ebed0f6c | |
parent | Update time format in reminder message to DAY_TIME from RELATIVE (#1766) (diff) |
Add constants.STAFF_PARTNERS_COMMUNITY_ROLES
-rw-r--r-- | bot/constants.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bot/constants.py b/bot/constants.py index 12b5c02e5..5b629a735 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -696,6 +696,7 @@ PROJECT_ROOT = os.path.abspath(os.path.join(BOT_DIR, os.pardir)) # Default role combinations MODERATION_ROLES = Guild.moderation_roles STAFF_ROLES = Guild.staff_roles +STAFF_PARTNERS_COMMUNITY_ROLES = STAFF_ROLES + [Roles.partners, Roles.python_community] # Channel combinations MODERATION_CHANNELS = Guild.moderation_channels |