From 9f61462777200f8bf29ea715c726d7dc90aff6a8 Mon Sep 17 00:00:00 2001 From: Lukas Blacha Date: Tue, 7 Feb 2023 22:07:41 +0100 Subject: [PATCH] Switched to OpusVoice --- Music-Bot.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Music-Bot.py b/Music-Bot.py index 8fbfb88..c48f0db 100644 --- a/Music-Bot.py +++ b/Music-Bot.py @@ -196,7 +196,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}") @@ -220,7 +220,7 @@ else: print(f"[on_command_error]\n{ctx.author}\n{error}") embed = Embed(title=f"{error}", color=15158332) await ctx.send(embed=embed) - +""" try: bot.loop.run_until_complete(bot.start(token=args.token, reconnect=True))