From 9aa4b11fb5d6676d754214f80b9beed7f01bf674 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Mon, 31 Jul 2023 21:38:19 -0400 Subject: [PATCH] fix: the cog now downloads yt_dlp during the download process --- musicdownloader/info.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/musicdownloader/info.json b/musicdownloader/info.json index 77352ed..ee05119 100644 --- a/musicdownloader/info.json +++ b/musicdownloader/info.json @@ -4,5 +4,6 @@ "name" : "MusicDownloader", "short" : "Custom cog intended for use on the Galaxy discord server.", "description" : "Custom cog intended for use on the Galaxy discord server.", - "end_user_data_statement" : "This cog does not store any End User Data." + "end_user_data_statement" : "This cog does not store any End User Data.", + "requirements": "yt_dlp" }