fix: the cog now downloads yt_dlp during the download process
This commit is contained in:
parent
a82ad5debc
commit
9aa4b11fb5
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue