From cf7e9c0bc316c015e8822c8d8f2708be24b91bd1 Mon Sep 17 00:00:00 2001 From: Parker Date: Wed, 26 Jun 2024 17:43:12 -0500 Subject: Consolidate config validation and variables to `config.py` --- code/cogs/help.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'code/cogs/help.py') diff --git a/code/cogs/help.py b/code/cogs/help.py index ee1ad19..2cf0f54 100644 --- a/code/cogs/help.py +++ b/code/cogs/help.py @@ -2,7 +2,7 @@ import discord from discord.ext import commands from discord import app_commands -from global_variables import BOT_COLOR, BOT_INVITE_LINK +from config import BOT_COLOR, BOT_INVITE_LINK commands_and_descriptions = { "play": { -- cgit v1.2.3-70-g09d2