diff options
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( |