diff options
| author | 2020-02-23 11:47:11 -0800 | |
|---|---|---|
| committer | 2020-02-23 12:33:37 -0800 | |
| commit | 707d2f7208e7008f94bfff1a1e13664dc38c6d6c (patch) | |
| tree | 1f2a9bb7c8cf1d5d37fcc6eb5f2fadf8e530fdf2 | |
| parent | Config: split channels into categories (diff) | |
Config: shorten name of PYTHON_COMMUNITY_ROLE
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: | 
