From ab95047e592c49fc75ab9b0eb5622a2b73fe78fc Mon Sep 17 00:00:00 2001 From: Kaaninchen <124433727+kaaninchen@users.noreply.github.com> Date: Fri, 24 Jul 2026 16:30:40 +0200 Subject: [PATCH] Fix: vergessen error handling embed kommentar zu entfernen --- main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index d1e5d40..64a3af1 100644 --- a/main.py +++ b/main.py @@ -21,12 +21,12 @@ async def on_ready(): if not change_status.is_running(): change_status.start() await rename_vc(bot) -''' + @bot.event async def on_application_command_error(ctx, error): embed = build_error_embed(f"Ein Fehler ist aufgetreten: {error}") await ctx.respond(embed=embed) -''' + try: bot.run(config['token']) except: