From 0c0f572696628987ff8366b26b3ebd881bac1461 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Sat, 20 Jun 2020 00:33:19 +0100 Subject: [PATCH] Added more global variables/Making Cogs work from config.py --- config.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/config.py b/config.py index d809ae39..d5cf67d6 100644 --- a/config.py +++ b/config.py @@ -42,7 +42,10 @@ colors = { # Allowed channel for Enso~Chan commands channels = ["enso-chan-commands"] -# Grabbing the list of colours defined in the config.py file +# Grabbing the list of colours colour_list = [c for c in colors.values()] -marriage_active = False +# Instantiates a list for all the cogs +extensions = ['cogs.WaifuImages', 'cogs.FunCommands', 'cogs.Music', + 'cogs.HelpCommands', 'cogs.OwOText', 'cogs.Embeds', + 'cogs.GetInfo', 'cogs.Reminder']