diff options
author | 2019-05-14 20:03:49 -0400 | |
---|---|---|
committer | 2019-05-14 20:03:49 -0400 | |
commit | 797c36a811cdeee742dac9eb93f929387967bf6a (patch) | |
tree | ee394d3cb477996cdfc888fd29b35440c8281b9c /bot/constants.py | |
parent | Spooky 8 Ball (#189) (diff) | |
parent | Removed test method I left in by mistake! (diff) |
Merge pull request #211 from RohanRadia/master
#110 Reactions on messages in Projects channel
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 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): |