diff options
| author | 2021-06-12 21:23:31 +0100 | |
|---|---|---|
| committer | 2021-06-12 21:23:31 +0100 | |
| commit | 093f67338688a2533fe44f11f598e532bbb8a070 (patch) | |
| tree | d1e74a7acbee9ce2fa79ce8cf8748981c6999feb /config-default.yml | |
| parent | Edit indentation (diff) | |
| parent | Merge #1637 - add an optional loop kwarg to scheduling.create_task (diff) | |
Merge branch 'main' into jake/helpdm
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 55388247c..48fd7c47e 100644 --- a/config-default.yml +++ b/config-default.yml @@ -176,6 +176,9 @@ guild: user_log: 528976905546760203 voice_log: 640292421988646961 + # Open Source Projects + black_formatter: &BLACK_FORMATTER 846434317021741086 + # Off-topic off_topic_0: 291284109232308226 off_topic_1: 463035241142026251 @@ -244,6 +247,7 @@ guild: reminder_whitelist: - *BOT_CMD - *DEV_CONTRIB + - *BLACK_FORMATTER roles: announcements: 463658397560995840 |