diff options
author | 2021-04-20 17:54:44 +0100 | |
---|---|---|
committer | 2021-04-20 17:54:44 +0100 | |
commit | c20f84ff95671527e6fbacb04f07bcee3baaafcd (patch) | |
tree | 04c8b06eeac57210f6ecbde65fd174784f866364 | |
parent | Merge pull request #1526 from python-discord/mbaruh/offduty (diff) |
Add the Moderators role to moderation_roles in config
This allows mod alert pings to go through in #mod-alerts, the allowed mentions only included the mods team role which is not pinged on mod alerts.
-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: |