ghe8t4ui
This commit is contained in:
parent
925bb43b2c
commit
bd11475896
1 changed files with 2 additions and 1 deletions
|
@ -83,7 +83,8 @@ module.exports = {
|
||||||
choices.push(tag);
|
choices.push(tag);
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log(choices);
|
if (choices.length == 0)
|
||||||
|
return;
|
||||||
|
|
||||||
await interaction.respond(choices.map(choice => ({ name: choice, value: choice })))
|
await interaction.respond(choices.map(choice => ({ name: choice, value: choice })))
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue