diff options
Diffstat (limited to '')
| -rw-r--r-- | bot/constants.py | 4 | ||||
| -rw-r--r-- | config-default.yml | 4 | 
2 files changed, 4 insertions, 4 deletions
| diff --git a/bot/constants.py b/bot/constants.py index 5b3779eb6..42b3d7008 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -396,7 +396,7 @@ class Channels(metaclass=YAMLGetter):      big_brother_logs: int      bot_commands: int      change_log: int -    code_help_voice: int +    code_help_voice_1: int      code_help_voice_2: int      general_voice: int      admins_voice: int @@ -433,7 +433,7 @@ class Channels(metaclass=YAMLGetter):      user_event_announcements: int      user_log: int      verification: int -    code_help_chat: int +    code_help_chat_1: int      code_help_chat_2: int      voice_chat: int      staff_voice_chat: int diff --git a/config-default.yml b/config-default.yml index 563244819..f18d08126 100644 --- a/config-default.yml +++ b/config-default.yml @@ -197,13 +197,13 @@ guild:          admin_announcements:    &ADMIN_ANNOUNCEMENTS    749736155569848370          # Voice Chat -        code_help_chat:                     755154969761677312 +        code_help_chat_1:                     755154969761677312          code_help_chat_2:                   766330079135268884          voice_chat:                         412357430186344448          staff_voice_chat:                   541638762007101470          # Voice Channels -        code_help_voice:                    751592231726481530 +        code_help_voice_1:                    751592231726481530          code_help_voice_2:                  764232549840846858          general_voice:                      751591688538947646          admins_voice:       &ADMINS_VOICE   500734494840717332 | 
