aboutsummaryrefslogtreecommitdiffstats
path: root/bot/constants.py
diff options
context:
space:
mode:
authorGravatar Chris <[email protected]>2021-02-28 19:48:13 +0000
committerGravatar Chris <[email protected]>2021-02-28 19:48:13 +0000
commitf429ce6aaa57d680893be0cbd5a7760de947aac6 (patch)
tree6cd75128aedfbc8541a5fc75e6ea1e41249bfcaf /bot/constants.py
parentMerge pull request #560 from Shivansh-007/feature/connect_four (diff)
Add issue cog to staff channels.
Diffstat (limited to 'bot/constants.py')
-rw-r--r--bot/constants.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/bot/constants.py b/bot/constants.py
index 682ccf6f..9b7e37f8 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):