This commit is contained in:
Bxio 2025-04-17 10:12:25 +01:00
parent 343bbad6b9
commit 2536527174

View File

@ -29,6 +29,6 @@ module.exports = {
), ),
async execute(interaction) { async execute(interaction) {
const nome = interaction.options.getString('nome'); const nome = interaction.options.getString('nome');
await interaction.reply(`Selecionaste: ${nome}`); await interaction.reply(`Selecionaste: ${nome} ${target} ${raça}`);
}, },
}; };