almost the last push for v2.1.0

This commit is contained in:
DJj123dj
2022-06-26 20:25:33 +02:00
parent a49b53e2d6
commit a6e107c12a
16 changed files with 225 additions and 30 deletions
+3 -1
View File
@@ -188,7 +188,9 @@ exports.checker = async () => {
//category
checkType(option.category,"string",path+"/category")
checkDiscord("categoryid",option.category,path+"/category")
if (option.category.length > 0){
checkDiscord("categoryid",option.category,path+"/category")
}
//message
checkType(option.message,"string",path+"/message")