diff --git a/commands/booru.py b/commands/booru.py index 3d8de53..da2d990 100644 --- a/commands/booru.py +++ b/commands/booru.py @@ -73,7 +73,7 @@ async def on_reverse_error(event): if error: try: - await event.context.respond(error) + await event.context.respond(error) except: await event.context.interaction.edit_initial_response(error, components=None)