aboutsummaryrefslogtreecommitdiff
path: root/code/cogs/remove.py
diff options
context:
space:
mode:
Diffstat (limited to 'code/cogs/remove.py')
-rw-r--r--code/cogs/remove.py2
1 files changed, 1 insertions, 1 deletions
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):