diff options
author | 2021-03-01 17:34:52 +0100 | |
---|---|---|
committer | 2021-03-01 17:34:52 +0100 | |
commit | a39ab242637652e9b41102d005a023a2acc63f26 (patch) | |
tree | 99e5830e46b0b730c5e6eb516835e15829104589 /bot/constants.py | |
parent | Merge branch 'master' into feature/improve-wiki (diff) | |
parent | Merge pull request #603 from python-discord/modifying-topics (diff) |
Merge branch 'master' into feature/improve-wiki
Diffstat (limited to 'bot/constants.py')
-rw-r--r-- | bot/constants.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bot/constants.py b/bot/constants.py index f31c51aa..db34b55a 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -124,6 +124,7 @@ class Channels(NamedTuple): hacktoberfest_2020 = 760857070781071431 voice_chat_0 = 412357430186344448 voice_chat_1 = 799647045886541885 + staff_voice = 541638762007101470 class Categories(NamedTuple): @@ -131,6 +132,7 @@ class Categories(NamedTuple): development = 411199786025484308 devprojects = 787641585624940544 media = 799054581991997460 + staff = 364918151625965579 class Client(NamedTuple): |