Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions bot/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -397,18 +397,19 @@ class Channels(metaclass=YAMLGetter):
big_brother_logs: int
bot_commands: int
change_log: int
code_help_chat_0: int
code_help_chat_1: int
code_help_chat_2: int
code_help_voice_0: int
code_help_voice_1: int
code_help_voice_2: int
cooldown: int
defcon: int
dev_contrib: int
dev_core: int
dev_log: int
dm_log: int
esoteric: int
general_voice: int
general_voice_0: int
general_voice_1: int
helpers: int
incidents: int
incidents_archive: int
Expand All @@ -434,7 +435,8 @@ class Channels(metaclass=YAMLGetter):
talent_pool: int
user_event_announcements: int
user_log: int
voice_chat: int
voice_chat_0: int
voice_chat_1: int
voice_gate: int
voice_log: int

Expand Down
14 changes: 8 additions & 6 deletions config-default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,16 +196,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
Expand Down