diff options
Diffstat (limited to '')
| -rw-r--r-- | bot/constants.py | 7 | ||||
| -rw-r--r-- | config-default.yml | 13 | 
2 files changed, 17 insertions, 3 deletions
| diff --git a/bot/constants.py b/bot/constants.py index 6bb6aacd2..ecbf5f98e 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -398,6 +398,9 @@ class Channels(metaclass=YAMLGetter):      change_log: int      code_help_voice: int      code_help_voice_2: int +    general_voice: int +    admins_voice: int +    staff_voice: int      cooldown: int      defcon: int      dev_contrib: int @@ -430,7 +433,11 @@ class Channels(metaclass=YAMLGetter):      user_event_announcements: int      user_log: int      verification: int +    code_help_chat: int +    code_help_chat_2: int      voice_chat: int +    admins_voice_chat: int +    staff_voice_chat: int      voice_gate: int      voice_log: int diff --git a/config-default.yml b/config-default.yml index 60eb437af..8ba3b7175 100644 --- a/config-default.yml +++ b/config-default.yml @@ -196,10 +196,17 @@ guild:          mod_announcements:      &MOD_ANNOUNCEMENTS      372115205867700225          admin_announcements:    &ADMIN_ANNOUNCEMENTS    749736155569848370 -        # Voice -        code_help_voice:                    755154969761677312 -        code_help_voice_2:                  766330079135268884 +        # Voice Chat +        code_help_chat:                     755154969761677312 +        code_help_chat_2:                   766330079135268884          voice_chat:                         412357430186344448 +        admins_voice_chat:                  000000000000000000 # FIXME +        staff_voice_chat:                   541638762007101470 + +        # Voice Channels +        code_help_voice:                    751592231726481530 +        code_help_voice_2:                  764232549840846858 +        general_voice:                      751591688538947646          admins_voice:       &ADMINS_VOICE   500734494840717332          staff_voice:        &STAFF_VOICE    412375055910043655 | 
