almost the last push for v2.1.0
This commit is contained in:
+3
-1
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user