diff --git a/Music-Bot.py b/Music-Bot.py index a533516..eda415c 100644 --- a/Music-Bot.py +++ b/Music-Bot.py @@ -50,7 +50,7 @@ else: }], } - ffmpeg_options = {"options": "-vn"} + ffmpeg_options = {"options": "-vn -threads 2"} ytdl = yt_dlp.YoutubeDL(ytdl_format_options)