From fe249809f284812d8f77e9a6346054c4469a04fa Mon Sep 17 00:00:00 2001 From: sgoudham Date: Tue, 7 Jul 2020 09:20:57 +0100 Subject: [PATCH] Defining Constants in variables for it to be more modular --- settings.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/settings.py b/settings.py index 65932441..9b43eef8 100644 --- a/settings.py +++ b/settings.py @@ -54,7 +54,10 @@ colour_list = [c for c in colors.values()] blank_space = "\u200b" enso_embedmod_colours = Colour(0xFF69B4) time = datetime.datetime.utcnow() + enso_ensochancommands_ID = 721449922838134876 +enso_ensochancommands_Mention = "<#721449922838134876>" + enso_guid_ID = 663651584399507476 enso_newpeople_ID = 669771571337887765 @@ -67,6 +70,6 @@ def extensions(): 'cogs.help.info', 'cogs.help.verification', 'cogs.help.modmail'] fun_ext = ['cogs.fun.eightball', 'cogs.fun.enso', 'cogs.fun.fun', - 'cogs.fun.owo_text', 'cogs.fun.reminder'] # 'cogs.fun.homies'] + 'cogs.fun.owo_text', 'cogs.fun.reminder', 'cogs.fun.homies'] return (anime_ext, help_ext, fun_ext)