From 1ca78f76781d2ae6cf06edacbcbd4ddb4f5d9f6b Mon Sep 17 00:00:00 2001 From: sgoudham Date: Fri, 24 Jul 2020 00:06:57 +0100 Subject: [PATCH] Removing channels array as it is redundant --- settings.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/settings.py b/settings.py index 942a5e31..420d52da 100644 --- a/settings.py +++ b/settings.py @@ -42,9 +42,6 @@ colors = { 'MEDIUM_VIOLET_RED': 0xC71585, } -# Allowed channel for Enso~Chan commands -channels = ["enso-chan-commands", "picto-chat", 663651584399507481] - # Grabbing the list of colours colour_list = [c for c in colors.values()]