diff options
| author | 2021-08-06 23:13:54 +0100 | |
|---|---|---|
| committer | 2021-08-06 23:13:54 +0100 | |
| commit | 547d75c6feba618c45f052267d754cb21cafb7c3 (patch) | |
| tree | eb049a39034f987129a530ff287ebf6da75815b9 /config-default.yml | |
| parent | Improve code consistency of join_role_stats and NonExistentRoleError (diff) | |
| parent | Merge pull request #1709 from python-discord/bug/bot-1jd/backend/wait-for-del... (diff) | |
Merge branch 'main' into pr/serverinfoleads
Diffstat (limited to 'config-default.yml')
| -rw-r--r-- | config-default.yml | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/config-default.yml b/config-default.yml index 811640034..881a7df76 100644 --- a/config-default.yml +++ b/config-default.yml @@ -260,7 +260,7 @@ guild:          contributors:                           295488872404484098          help_cooldown:                          699189276025421825          muted:              &MUTED_ROLE         277914926603829249 -        partners:                               323426753857191936 +        partners:           &PY_PARTNER_ROLE    323426753857191936          python_community:   &PY_COMMUNITY_ROLE  458226413825294336          sprinters:          &SPRINTERS          758422482289426471          voice_verified:                         764802720779337729 @@ -342,6 +342,7 @@ filter:          - *OWNERS_ROLE          - *PY_COMMUNITY_ROLE          - *SPRINTERS +        - *PY_PARTNER_ROLE  keys: | 
