aboutsummaryrefslogtreecommitdiff
path: root/code/utils/command_tree.py
diff options
context:
space:
mode:
Diffstat (limited to 'code/utils/command_tree.py')
-rw-r--r--code/utils/command_tree.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/code/utils/command_tree.py b/code/utils/command_tree.py
index 12be612..947a58c 100644
--- a/code/utils/command_tree.py
+++ b/code/utils/command_tree.py
@@ -92,8 +92,5 @@ class Tree(app_commands.CommandTree):
except discord.errors.InteractionResponded:
await interaction.followup.send(embed=embed, ephemeral=True)
- elif isinstance(error, NotOwner):
- pass
-
else:
raise error