fix: properly handling requirements

This commit is contained in:
SeaswimmerTheFsh 2023-08-07 17:55:29 -04:00
parent 64e075ccde
commit 595b1d45f3
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 5019678FD9CF50D8

View file

@ -5,5 +5,5 @@
"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.",
"requirements": "yt_dlp"
"requirements": ["yt_dlp"]
}