From fda03dff62cc7967bd279777a012a22ddaa6ad34 Mon Sep 17 00:00:00 2001 From: Parker Date: Sat, 20 Jul 2024 18:15:15 -0500 Subject: Move files to `utils` folder --- code/cogs/remove.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'code/cogs/remove.py') diff --git a/code/cogs/remove.py b/code/cogs/remove.py index 2188331..ac3f941 100644 --- a/code/cogs/remove.py +++ b/code/cogs/remove.py @@ -4,7 +4,7 @@ from discord import app_commands from discord.ext import commands from cogs.music import Music -from config import BOT_COLOR +from utils.config import BOT_COLOR class Remove(commands.Cog): -- cgit v1.2.3-70-g09d2