From fda03dff62cc7967bd279777a012a22ddaa6ad34 Mon Sep 17 00:00:00 2001 From: Parker Date: Sat, 20 Jul 2024 18:15:15 -0500 Subject: Move files to `utils` folder --- code/utils/command_tree.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'code/utils/command_tree.py') diff --git a/code/utils/command_tree.py b/code/utils/command_tree.py index 504d3a9..947a58c 100644 --- a/code/utils/command_tree.py +++ b/code/utils/command_tree.py @@ -3,8 +3,8 @@ from discord import app_commands from discord.ext.commands.errors import * import datetime -from config import BOT_COLOR -from custom_sources import LoadError +from utils.config import BOT_COLOR +from utils.custom_sources import LoadError # Create a custom AppCommandError for the create_player function -- cgit v1.2.3-70-g09d2