diff options
| -rw-r--r-- | bot/constants.py | 1 | ||||
| -rw-r--r-- | config-default.yml | 5 | 
2 files changed, 5 insertions, 1 deletions
| diff --git a/bot/constants.py b/bot/constants.py index 89504a2e0..389326edd 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -379,6 +379,7 @@ class Channels(metaclass=YAMLGetter):      userlog: int      user_event_a: int      verification: int +    voice_log: int  class Webhooks(metaclass=YAMLGetter): diff --git a/config-default.yml b/config-default.yml index 930a1a0e6..8032b50a4 100644 --- a/config-default.yml +++ b/config-default.yml @@ -101,6 +101,7 @@ guild:      channels:          admins:            &ADMINS        365960823622991872          admin_spam:        &ADMIN_SPAM    563594791770914816 +        admins_voice:      &ADMINS_VOICE  500734494840717332          announcements:                    354619224620138496          big_brother_logs:  &BBLOGS        468507907357409333          bot:                              267659945086812160 @@ -131,13 +132,15 @@ guild:          python:                           267624335836053506          reddit:                           458224812528238616          staff_lounge:      &STAFF_LOUNGE  464905259261755392 +        staff_voice:       &STAFF_VOICE   412375055910043655          talent_pool:       &TALENT_POOL   534321732593647616          userlog:                          528976905546760203          user_event_a:      &USER_EVENT_A  592000283102674944          verification:                     352442727016693763 +        voice_log:                        640292421988646961      staff_channels: [*ADMINS, *ADMIN_SPAM, *MOD_SPAM, *MODS, *HELPERS, *ORGANISATION, *DEFCON] -    ignored: [*ADMINS, *MESSAGE_LOG, *MODLOG] +    ignored: [*ADMINS, *MESSAGE_LOG, *MODLOG, *ADMINS_VOICE, *STAFF_VOICE]      roles:          admin:             &ADMIN_ROLE      267628507062992896 | 
