aboutsummaryrefslogtreecommitdiff
path: root/code/cogs/pause.py
diff options
context:
space:
mode:
Diffstat (limited to 'code/cogs/pause.py')
-rw-r--r--code/cogs/pause.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/cogs/pause.py b/code/cogs/pause.py
index 522a376..656075c 100644
--- a/code/cogs/pause.py
+++ b/code/cogs/pause.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 Pause(commands.Cog):