Added more global variables/Making Cogs work from config.py

pull/2/head
sgoudham 4 years ago
parent a497908a10
commit 0c0f572696

@ -42,7 +42,10 @@ colors = {
# Allowed channel for Enso~Chan commands # Allowed channel for Enso~Chan commands
channels = ["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()] 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']

Loading…
Cancel
Save