diff options
author | Parker <contact@pkrm.dev> | 2025-04-03 22:34:37 -0500 |
---|---|---|
committer | Parker <contact@pkrm.dev> | 2025-04-03 22:34:37 -0500 |
commit | 0b76123301627c69a2a83b8302199d006c5039bb (patch) | |
tree | c304441228495e44001ffe8b6be386c0c269be58 /src/utils | |
parent | 06d903b4f6dfd0be61122cc54639e284aa788014 (diff) |
remove dead import
Diffstat (limited to 'src/utils')
-rw-r--r-- | src/utils/command_tree.py | 2 |
1 files changed, 0 insertions, 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( |