From 0b76123301627c69a2a83b8302199d006c5039bb Mon Sep 17 00:00:00 2001 From: Parker Date: Thu, 3 Apr 2025 22:34:37 -0500 Subject: [PATCH] remove dead import --- src/utils/command_tree.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/utils/command_tree.py b/src/utils/command_tree.py index 31ec2c1..046b614 100644 --- a/src/utils/command_tree.py +++ b/src/utils/command_tree.py @@ -2,8 +2,6 @@ import discord from discord import app_commands from discord.ext.commands.errors import * -from config import create_embed - class Tree(app_commands.CommandTree): async def on_error(