6bFRL655X7CR

This commit is contained in:
Ashley Graves 2024-10-10 18:17:54 +02:00
parent cf30d2e4b6
commit d5d7f41f2a

View file

@ -91,8 +91,6 @@ module.exports = {
choices.push(tag); choices.push(tag);
} }
console.log(choices);
await interaction.respond(choices.map(choice => ({ name: choice, value: choice }))) await interaction.respond(choices.map(choice => ({ name: choice, value: choice })))
} }
}, },