diff --git a/src/commands/Community/teste.js b/src/commands/Community/teste.js index bc1ae82..ff9a67c 100644 --- a/src/commands/Community/teste.js +++ b/src/commands/Community/teste.js @@ -29,6 +29,6 @@ module.exports = { ), async execute(interaction) { const nome = interaction.options.getString('nome'); - await interaction.reply(`Selecionaste: ${nome}`); + await interaction.reply(`Selecionaste: ${nome} ${target} ${raça}`); }, }; \ No newline at end of file