diff options
author | Parker <contact@pkrm.dev> | 2024-07-20 18:15:15 -0500 |
---|---|---|
committer | Parker <contact@pkrm.dev> | 2024-07-20 18:15:15 -0500 |
commit | fda03dff62cc7967bd279777a012a22ddaa6ad34 (patch) | |
tree | ea6fb63db30bca8959d0e25e6333af8d7c9bbb7f /code/cogs/queue.py | |
parent | d69807b2e4302febbac55050ee3efbdee08b8e50 (diff) |
Move files to `utils` folder
Diffstat (limited to 'code/cogs/queue.py')
-rw-r--r-- | code/cogs/queue.py | 2 |
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): |