diff options
| author | 2021-10-05 22:41:45 +0100 | |
|---|---|---|
| committer | 2021-10-05 22:41:45 +0100 | |
| commit | 924b0631e40b0faabfcb3bd23d96345d250bb7c1 (patch) | |
| tree | a1995bac234e7b583256cc4e01ea5ce86578d07e /config-default.yml | |
| parent | Apply infractions before DMing (diff) | |
| parent | Merge pull request #1854 from python-discord/minor-changes-to-typing-patch (diff) | |
Merge branch 'main' into infract-then-dm
Diffstat (limited to 'config-default.yml')
| -rw-r--r-- | config-default.yml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/config-default.yml b/config-default.yml index a18fdafa5..3405934e0 100644 --- a/config-default.yml +++ b/config-default.yml @@ -157,9 +157,10 @@ guild: reddit: &REDDIT_CHANNEL 458224812528238616 # Development - dev_contrib: &DEV_CONTRIB 635950537262759947 - dev_core: &DEV_CORE 411200599653351425 - dev_log: &DEV_LOG 622895325144940554 + dev_contrib: &DEV_CONTRIB 635950537262759947 + dev_core: &DEV_CORE 411200599653351425 + dev_voting: &DEV_CORE_VOTING 839162966519447552 + dev_log: &DEV_LOG 622895325144940554 # Discussion meta: 429409067623251969 @@ -251,6 +252,7 @@ guild: - *MESSAGE_LOG - *MOD_LOG - *STAFF_VOICE + - *DEV_CORE_VOTING reminder_whitelist: - *BOT_CMD |