From faf793cf5087290f79e767d926958569141c5121 Mon Sep 17 00:00:00 2001 From: Numerlor <25886452+Numerlor@users.noreply.github.com> Date: Sun, 19 Apr 2020 17:56:56 +0200 Subject: Add #dev-contrib to channel constants --- bot/constants.py | 1 + 1 file changed, 1 insertion(+) (limited to 'bot/constants.py') 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 -- cgit v1.2.3