From dec4be3d1be23c75a04e18469234b96efc99d0bc Mon Sep 17 00:00:00 2001 From: Lukas Blacha Date: Tue, 7 Feb 2023 22:14:00 +0100 Subject: [PATCH] Switched to OpusVoice --- Music-Bot.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Music-Bot.py b/Music-Bot.py index 983720a..34280c8 100644 --- a/Music-Bot.py +++ b/Music-Bot.py @@ -63,6 +63,7 @@ else: self.title = data.get("title") self.url = data.get("url") + self.is_opus() @classmethod async def from_url(cls, url, *, loop=None, stream=False):