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/clear.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'code/cogs/clear.py') diff --git a/code/cogs/clear.py b/code/cogs/clear.py index 8711701..79b2f0f 100644 --- a/code/cogs/clear.py +++ b/code/cogs/clear.py @@ -4,7 +4,7 @@ from discord import app_commands from discord.ext import commands from cogs.music import Music -from global_variables import BOT_COLOR +from config import BOT_COLOR class Clear(commands.Cog): -- cgit v1.2.3-70-g09d2