diff options
author | 2020-04-19 17:10:24 +0100 | |
---|---|---|
committer | 2020-04-19 17:10:24 +0100 | |
commit | b45272aa62859abedc1ccc1836f0a61935394e87 (patch) | |
tree | e0d3099e7e4d8c2751b2803f629957ae00a25af2 /bot/constants.py | |
parent | Merge pull request #395 from python-discord/wait-until-guild-ready (diff) | |
parent | Fix import order (diff) |
Merge pull request #400 from Numerlor/issue-command-dev-contrib
Allow issue command in dev-contrib channel
Diffstat (limited to 'bot/constants.py')
-rw-r--r-- | bot/constants.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bot/constants.py b/bot/constants.py index ca9bb94a..bf6c5a40 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -50,6 +50,7 @@ class Channels(NamedTuple): checkpoint_test = 422077681434099723 devalerts = 460181980097675264 devlog = int(environ.get("CHANNEL_DEVLOG", 622895325144940554)) + dev_contrib = 635950537262759947 help_0 = 303906576991780866 help_1 = 303906556754395136 help_2 = 303906514266226689 |