fix: the cog now downloads yt_dlp during the download process

This commit is contained in:
Seaswimmer 2023-07-31 21:38:19 -04:00
parent a82ad5debc
commit 9aa4b11fb5
No known key found for this signature in database
GPG key ID: 5019678FD9CF50D8

View file

@ -4,5 +4,6 @@
"name" : "MusicDownloader", "name" : "MusicDownloader",
"short" : "Custom cog intended for use on the Galaxy discord server.", "short" : "Custom cog intended for use on the Galaxy discord server.",
"description" : "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"
} }