From ae00c12f00f85fdc17e1c79a182ebc318908863e Mon Sep 17 00:00:00 2001 From: sgoudham Date: Wed, 1 Jul 2020 15:55:29 +0100 Subject: [PATCH] Removing channel "general" Replacing it with an ID --- settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.py b/settings.py index df4f339a..24370ca6 100644 --- a/settings.py +++ b/settings.py @@ -40,7 +40,7 @@ colors = { } # Allowed channel for Enso~Chan commands -channels = ["enso-chan-commands", "picto-chat", "general"] +channels = ["enso-chan-commands", "picto-chat", 663651584399507481] # Grabbing the list of colours colour_list = [c for c in colors.values()]