diff options
| author | 2020-05-07 13:31:38 -0500 | |
|---|---|---|
| committer | 2020-05-07 13:31:38 -0500 | |
| commit | 2cb0bbbd56e01086c7687ac1f16cc45123a75a09 (patch) | |
| tree | 71ed31ebb0353f9606c810ded2081a97923468ff /config-default.yml | |
| parent | Fix awaiting non-coroutine when closing the statsd transport (diff) | |
| parent | Merge pull request #919 from python-discord/bug/backend/911/log-listener-exce... (diff) | |
Merge branch 'master' into bug/backend/894/win-selector-loop
Diffstat (limited to 'config-default.yml')
| -rw-r--r-- | config-default.yml | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/config-default.yml b/config-default.yml index f2b0bfa9f..78a2ff853 100644 --- a/config-default.yml +++ b/config-default.yml @@ -132,6 +132,9 @@ guild:          meta:               429409067623251969          python_discussion:  267624335836053506 +        # Python Help: Available +        how_to_get_help:    704250143020417084 +          # Logs          attachment_log:     &ATTACH_LOG     649243850006855680          message_log:        &MESSAGE_LOG    467752170159079424 @@ -201,6 +204,7 @@ guild:      roles:          announcements:                          463658397560995840          contributors:                           295488872404484098 +        help_cooldown:                          699189276025421825          muted:              &MUTED_ROLE         277914926603829249          partners:                               323426753857191936          python_community:   &PY_COMMUNITY_ROLE  458226413825294336 | 
