v2.1.0 push 1

changed some things
This commit is contained in:
DJj123dj
2022-06-08 17:13:53 +02:00
parent 9b378caff5
commit 62a1f0f8c1
11 changed files with 68 additions and 45 deletions
+3 -1
View File
@@ -13,7 +13,9 @@ module.exports = async () => {
var choices = []
ids.forEach((id) => {
const option = getoptions.getOptionsById(id)
choices.push({name:option.name,value:option.id})
if (option.type == "ticket"){
choices.push({name:option.name,value:option.id})
}
})
/**@type {[{name:String,value:String}]} */