From bc8b21250493525c831b030379ad0540de34ab4d Mon Sep 17 00:00:00 2001 From: Lukas Blacha Date: Wed, 8 Feb 2023 12:42:14 +0100 Subject: [PATCH] Changed Google-Search to Youtube (fix) --- Music-Bot.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Music-Bot.py b/Music-Bot.py index f111635..661ea60 100644 --- a/Music-Bot.py +++ b/Music-Bot.py @@ -247,6 +247,7 @@ else: @play.before_invoke @stream.before_invoke + @youtube.before_invoke async def ensure_voice(ctx: commands.Context): if ctx.voice_client is None: if ctx.author.voice: