From 08934559b811594ddf0a19b80234b55b50443189 Mon Sep 17 00:00:00 2001 From: Lukas Blacha Date: Wed, 8 Feb 2023 12:16:41 +0100 Subject: [PATCH] Changed Google-Search to Youtube (fix) --- Music-Bot.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Music-Bot.py b/Music-Bot.py index 74453cf..57a12d6 100644 --- a/Music-Bot.py +++ b/Music-Bot.py @@ -247,7 +247,7 @@ else: elif ctx.voice_client.is_playing(): ctx.voice_client.stop() - + """ @bot.event async def on_application_command_error(ctx, error): print(f"[on_application_command_error]\n{ctx.author}\n{error}") @@ -272,5 +272,6 @@ else: print(f"[on_command_error]\n{ctx.author}\n{error}") embed = Embed(title=f"{error}", color=15158332) await ctx.send(embed=embed) + """ bot.run(token=args.token, reconnect=True)