fix: properly handling requirements
This commit is contained in:
parent
64e075ccde
commit
595b1d45f3
1 changed files with 1 additions and 1 deletions
|
@ -5,5 +5,5 @@
|
||||||
"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"
|
"requirements": ["yt_dlp"]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue