diff options
Diffstat (limited to '')
| -rw-r--r-- | config-default.yml | 36 | 
1 files changed, 18 insertions, 18 deletions
| diff --git a/config-default.yml b/config-default.yml index 379475907..5755b2191 100644 --- a/config-default.yml +++ b/config-default.yml @@ -160,20 +160,20 @@ guild:      reminder_whitelist: [*BOT_CMD, *DEV_CONTRIB]      roles: -        admin:             &ADMIN_ROLE      267628507062992896 -        announcements:                      463658397560995840 -        champion:                           430492892331769857 -        contributor:                        295488872404484098 -        core_developer:                     587606783669829632 -        helpers:                            267630620367257601 -        jammer:                             591786436651646989 -        moderator:         &MOD_ROLE        267629731250176001 -        muted:             &MUTED_ROLE      277914926603829249 -        owner:             &OWNER_ROLE      267627879762755584 -        partners:                           323426753857191936 -        rockstars:         &ROCKSTARS_ROLE  458226413825294336 -        team_leader:                        501324292341104650 -        verified:                           352427296948486144 +        admins:             &ADMINS_ROLE            267628507062992896 +        announcements:                              463658397560995840 +        code_jam_champions:                         430492892331769857 +        contributors:                               295488872404484098 +        core_developers:                            587606783669829632 +        developers:                                 352427296948486144 +        helpers:                                    267630620367257601 +        jammers:                                    591786436651646989 +        moderators:         &MODS_ROLE              267629731250176001 +        muted:              &MUTED_ROLE             277914926603829249 +        owners:             &OWNERS_ROLE            267627879762755584 +        partners:                                   323426753857191936 +        python_community:   &PYTHON_COMMUNITY_ROLE  458226413825294336 +        team_leaders:                               501324292341104650      webhooks:          talent_pool:                        569145364800602132 @@ -267,10 +267,10 @@ filter:          - *USER_EVENT_A      role_whitelist: -        - *ADMIN_ROLE -        - *MOD_ROLE -        - *OWNER_ROLE -        - *ROCKSTARS_ROLE +        - *ADMINS_ROLE +        - *MODS_ROLE +        - *OWNERS_ROLE +        - *PYTHON_COMMUNITY_ROLE  keys: | 
