diff options
| author | 2021-04-19 23:55:55 +0530 | |
|---|---|---|
| committer | 2021-04-19 23:55:55 +0530 | |
| commit | 40d21cf112b28858aad2508bf147b019314dd4ee (patch) | |
| tree | 75f122ac8c1dab1787338f570fe4e7bcaece497e | |
| parent | Merge pull request #1537 from python-discord/list-non-staff-with-stream-perms (diff) | |
Add afk voice channel to constants.
Diffstat (limited to '')
| -rw-r--r-- | bot/constants.py | 1 | ||||
| -rw-r--r-- | config-default.yml | 1 | 
2 files changed, 2 insertions, 0 deletions
| diff --git a/bot/constants.py b/bot/constants.py index 6d14bbb3a..b9444c989 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -444,6 +444,7 @@ class Channels(metaclass=YAMLGetter):      mod_announcements: int      staff_announcements: int +    afk_voice: int      admins_voice: int      code_help_voice_1: int      code_help_voice_2: int diff --git a/config-default.yml b/config-default.yml index 8c6e18470..204397f7f 100644 --- a/config-default.yml +++ b/config-default.yml @@ -206,6 +206,7 @@ guild:          staff_announcements:    &STAFF_ANNOUNCEMENTS    464033278631084042          # Voice Channels +        afk_voice:                          756327105389920306          admins_voice:       &ADMINS_VOICE   500734494840717332          code_help_voice_1:                  751592231726481530          code_help_voice_2:                  764232549840846858 | 
