From 8f7f17b8c825ff20dc4c101b8fc8957f6dee3ab6 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Fri, 26 Jun 2020 20:28:21 +0100 Subject: [PATCH] Updating commands to work in picto-chat in the bench --- settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.py b/settings.py index a62ad8e5..4b51bed5 100644 --- a/settings.py +++ b/settings.py @@ -40,7 +40,7 @@ colors = { } # Allowed channel for Enso~Chan commands -channels = ["enso-chan-commands"] +channels = ["enso-chan-commands", "picto-chat"] # Grabbing the list of colours colour_list = [c for c in colors.values()]