diff options
Diffstat (limited to 'code/cogs/resume.py')
-rw-r--r-- | code/cogs/resume.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/code/cogs/resume.py b/code/cogs/resume.py index 51d3348..4d95682 100644 --- a/code/cogs/resume.py +++ b/code/cogs/resume.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 Resume(commands.Cog): |