diff options
| author | 2020-12-01 13:21:39 -0500 | |
|---|---|---|
| committer | 2020-12-01 13:21:39 -0500 | |
| commit | ed6ce2a3bc71295fee36ead9cae2a6244116f96c (patch) | |
| tree | 3ec425eb299995570726dbdfc8a703967fd1a86c /config-default.yml | |
| parent | Corrected `unclaim_channel` docstring to comply with style guide (diff) | |
| parent | Merge pull request #1305 from HassanAbouelela/seperate-voice-chat-channels (diff) | |
Merge branch 'master' into Stelercus/close_command
Diffstat (limited to 'config-default.yml')
| -rw-r--r-- | config-default.yml | 14 | 
1 files changed, 10 insertions, 4 deletions
| diff --git a/config-default.yml b/config-default.yml index 82023aae1..006743342 100644 --- a/config-default.yml +++ b/config-default.yml @@ -195,13 +195,19 @@ guild:          mod_announcements:      &MOD_ANNOUNCEMENTS      372115205867700225          admin_announcements:    &ADMIN_ANNOUNCEMENTS    749736155569848370 -        # Voice -        code_help_voice:                    755154969761677312 -        code_help_voice_2:                  766330079135268884 -        voice_chat:                         412357430186344448 +        # Voice Channels          admins_voice:       &ADMINS_VOICE   500734494840717332 +        code_help_voice_1:                  751592231726481530 +        code_help_voice_2:                  764232549840846858 +        general_voice:                      751591688538947646          staff_voice:        &STAFF_VOICE    412375055910043655 +        # Voice Chat +        code_help_chat_1:                   755154969761677312 +        code_help_chat_2:                   766330079135268884 +        staff_voice_chat:                   541638762007101470 +        voice_chat:                         412357430186344448 +          # Watch          big_brother_logs:   &BB_LOGS        468507907357409333          talent_pool:        &TALENT_POOL    534321732593647616 | 
