aboutsummaryrefslogtreecommitdiff
path: root/code/cogs/queue.py
diff options
context:
space:
mode:
Diffstat (limited to 'code/cogs/queue.py')
-rw-r--r--code/cogs/queue.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/cogs/queue.py b/code/cogs/queue.py
index 2f00671..3f5c698 100644
--- a/code/cogs/queue.py
+++ b/code/cogs/queue.py
@@ -6,7 +6,7 @@ from cogs.music import Music
import math
import lavalink
-from config import BOT_COLOR
+from utils.config import BOT_COLOR
class Queue(commands.Cog):