diff options
author | 2021-04-20 18:57:04 +0200 | |
---|---|---|
committer | 2021-04-20 18:57:04 +0200 | |
commit | 589bfb37b9042b618e1ab6677fd7edd568da3343 (patch) | |
tree | 04c8b06eeac57210f6ecbde65fd174784f866364 | |
parent | Merge pull request #1526 from python-discord/mbaruh/offduty (diff) | |
parent | Add the Moderators role to moderation_roles in config (diff) |
Merge pull request #1544 from python-discord/mods-role-in-allowed-mentions
Add the Moderators role to moderation_roles in config
-rw-r--r-- | config-default.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config-default.yml b/config-default.yml index b19164d3f..b7c446889 100644 --- a/config-default.yml +++ b/config-default.yml @@ -275,6 +275,7 @@ guild: moderation_roles: - *ADMINS_ROLE - *MOD_TEAM_ROLE + - *MODS_ROLE - *OWNERS_ROLE staff_roles: |