diff options
author | 2020-11-28 21:18:13 +0300 | |
---|---|---|
committer | 2020-11-28 21:18:13 +0300 | |
commit | fde6dd9a37cf5f5a98eed7ffcb05f43dca6886a3 (patch) | |
tree | ee6c0ee77dcd2ed57f233bd1a3c3039d073d9b12 | |
parent | Adds VoiceChannels and Related Chats to Config (diff) |
Removes Non-Existent Channel
Signed-off-by: Hassan Abouelela <[email protected]>
-rw-r--r-- | bot/constants.py | 1 | ||||
-rw-r--r-- | config-default.yml | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/bot/constants.py b/bot/constants.py index ecbf5f98e..5b3779eb6 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -436,7 +436,6 @@ class Channels(metaclass=YAMLGetter): 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 8ba3b7175..563244819 100644 --- a/config-default.yml +++ b/config-default.yml @@ -200,7 +200,6 @@ guild: code_help_chat: 755154969761677312 code_help_chat_2: 766330079135268884 voice_chat: 412357430186344448 - admins_voice_chat: 000000000000000000 # FIXME staff_voice_chat: 541638762007101470 # Voice Channels |