diff options
Diffstat (limited to '')
| -rw-r--r-- | config-default.yml | 14 | 
1 files changed, 7 insertions, 7 deletions
| diff --git a/config-default.yml b/config-default.yml index 415ed13f4..1e478154f 100644 --- a/config-default.yml +++ b/config-default.yml @@ -178,12 +178,12 @@ guild:      reminder_whitelist: [*BOT_CMD, *DEV_CONTRIB]      roles: -        announcements:                              463658397560995840 -        contributors:                               295488872404484098 -        developers:                                 352427296948486144 -        muted:              &MUTED_ROLE             277914926603829249 -        partners:                                   323426753857191936 -        python_community:   &PYTHON_COMMUNITY_ROLE  458226413825294336 +        announcements:                          463658397560995840 +        contributors:                           295488872404484098 +        developers:                             352427296948486144 +        muted:              &MUTED_ROLE         277914926603829249 +        partners:                               323426753857191936 +        python_community:   &PY_COMMUNITY_ROLE  458226413825294336          # Staff          admins:             &ADMINS_ROLE    267628507062992896 @@ -292,7 +292,7 @@ filter:          - *ADMINS_ROLE          - *MODS_ROLE          - *OWNERS_ROLE -        - *PYTHON_COMMUNITY_ROLE +        - *PY_COMMUNITY_ROLE  keys: | 
