From 879960caf8461a562cec35b7f64815853844d23e Mon Sep 17 00:00:00 2001 From: kwzrd Date: Tue, 24 Mar 2020 23:58:16 +0100 Subject: Deseasonify: remove outdated `devtest` channel constant This channel no longer exists and creeps into error messages as #deleted-channel. Fixes: #335 --- bot/constants.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'bot/constants.py') diff --git a/bot/constants.py b/bot/constants.py index bc0e4677..68e2b33f 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -51,7 +51,6 @@ class Channels(NamedTuple): checkpoint_test = 422077681434099723 devalerts = 460181980097675264 devlog = int(environ.get("CHANNEL_DEVLOG", 622895325144940554)) - devtest = 414574275865870337 help_0 = 303906576991780866 help_1 = 303906556754395136 help_2 = 303906514266226689 @@ -186,7 +185,6 @@ WHITELISTED_CHANNELS = ( Channels.off_topic_0, Channels.off_topic_1, Channels.off_topic_2, - Channels.devtest, ) # Bot replies -- cgit v1.2.3