diff options
| author | 2021-04-20 22:00:06 +0300 | |
|---|---|---|
| committer | 2021-04-20 22:00:06 +0300 | |
| commit | 749a86c27f8818c36778d0f78b9a8b0c69411b2c (patch) | |
| tree | 09a2e810fafa1970c02eda8050aec2e9a51d01d8 /config-default.yml | |
| parent | Tests: AsyncMock is now in the standard library! (diff) | |
| parent | Merge pull request #1544 from python-discord/mods-role-in-allowed-mentions (diff) | |
Merge branch 'main' into test-async-mock
Diffstat (limited to 'config-default.yml')
| -rw-r--r-- | config-default.yml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/config-default.yml b/config-default.yml index 8c6e18470..b7c446889 100644 --- a/config-default.yml +++ b/config-default.yml @@ -260,7 +260,8 @@ guild: devops: 409416496733880320 domain_leads: 807415650778742785 helpers: &HELPERS_ROLE 267630620367257601 - moderators: &MODS_ROLE 267629731250176001 + moderators: &MODS_ROLE 831776746206265384 + mod_team: &MOD_TEAM_ROLE 267629731250176001 owners: &OWNERS_ROLE 267627879762755584 project_leads: 815701647526330398 @@ -273,13 +274,14 @@ guild: moderation_roles: - *ADMINS_ROLE + - *MOD_TEAM_ROLE - *MODS_ROLE - *OWNERS_ROLE staff_roles: - *ADMINS_ROLE - *HELPERS_ROLE - - *MODS_ROLE + - *MOD_TEAM_ROLE - *OWNERS_ROLE webhooks: |