diff options
Diffstat (limited to 'code/cogs/slash_handlers.py')
-rw-r--r-- | code/cogs/slash_handlers.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/code/cogs/slash_handlers.py b/code/cogs/slash_handlers.py index ebe4a81..019ee45 100644 --- a/code/cogs/slash_handlers.py +++ b/code/cogs/slash_handlers.py @@ -3,9 +3,9 @@ from discord.ext import commands from discord import app_commands from discord.ext.commands.errors import * import datetime -from lavalink import errors -from global_variables import BOT_COLOR, CheckPlayerError +from cogs.music import CheckPlayerError +from config import BOT_COLOR from custom_source import LoadError |