aboutsummaryrefslogtreecommitdiffstats
path: root/bot/constants.py
diff options
context:
space:
mode:
authorGravatar Suhail <[email protected]>2019-05-30 19:10:19 +0100
committerGravatar Suhail <[email protected]>2019-05-30 19:10:19 +0100
commite37fa43952167ebc52b31ed6db96abe413a46231 (patch)
treec11ed554a01f2d4a2ef08fcc2d134192d8c8dc87 /bot/constants.py
parentAdd a missing await to coroutine (diff)
parentMerge pull request #211 from RohanRadia/master (diff)
Merge remote-tracking branch 'python-discord/master' into pride-avatar
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 bf542daf..67dd9328 100644
--- a/bot/constants.py
+++ b/bot/constants.py
@@ -49,6 +49,8 @@ class Channels(NamedTuple):
staff_lounge = 464905259261755392
verification = 352442727016693763
python_discussion = 267624335836053506
+ show_your_projects = 303934982764625920
+ show_your_projects_discussion = 360148304664723466
class Client(NamedTuple):