diff options
| author | 2020-03-24 23:58:16 +0100 | |
|---|---|---|
| committer | 2020-03-24 23:58:16 +0100 | |
| commit | 879960caf8461a562cec35b7f64815853844d23e (patch) | |
| tree | 983f4de7db7f8b136c291d0203397de997484562 /bot/constants.py | |
| parent | Deseasonify: clean up `constants` module (diff) | |
Deseasonify: remove outdated `devtest` channel constant
This channel no longer exists and creeps into error messages
as #deleted-channel.
Fixes: #335
Diffstat (limited to 'bot/constants.py')
| -rw-r--r-- | bot/constants.py | 2 | 
1 files changed, 0 insertions, 2 deletions
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  |