diff options
| author | 2021-02-04 11:17:52 +0300 | |
|---|---|---|
| committer | 2021-02-04 11:17:52 +0300 | |
| commit | 1c08e5a152a3ac0f571bdbd6f6c632f9299dda03 (patch) | |
| tree | cf630c0724b0a5ae6ebc520433940fb135cc36f6 /config-default.yml | |
| parent | Merge branch 'master' into voicechannel-mute (diff) | |
Updates Voice Channel Config
Adds the new voice and text channels to the default config, and renames
all affected channels in the config and constants to match the new
names.
Diffstat (limited to 'config-default.yml')
| -rw-r--r-- | config-default.yml | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/config-default.yml b/config-default.yml index d3b267159..8e8d1f43e 100644 --- a/config-default.yml +++ b/config-default.yml @@ -204,16 +204,18 @@ guild: # Voice Channels admins_voice: &ADMINS_VOICE 500734494840717332 - code_help_voice_1: 751592231726481530 - code_help_voice_2: 764232549840846858 - general_voice: 751591688538947646 + code_help_voice_0: 751592231726481530 + code_help_voice_1: 764232549840846858 + general_voice_0: 751591688538947646 + general_voice_1: 799641437645701151 staff_voice: &STAFF_VOICE 412375055910043655 # Voice Chat - code_help_chat_1: 755154969761677312 - code_help_chat_2: 766330079135268884 + code_help_chat_0: 755154969761677312 + code_help_chat_1: 766330079135268884 staff_voice_chat: 541638762007101470 - voice_chat: 412357430186344448 + voice_chat_0: 412357430186344448 + voice_chat_1: 799647045886541885 # Watch big_brother_logs: &BB_LOGS 468507907357409333 |