diff --git a/src/commands/Community/teste.js b/src/commands/Community/teste.js index eb6d092..f166289 100644 --- a/src/commands/Community/teste.js +++ b/src/commands/Community/teste.js @@ -34,6 +34,6 @@ module.exports = { - await interaction.reply(`Selecionaste: ${nome} ${target.id} ${raça}`); + await interaction.reply(`Selecionaste: ${nome} <@${target.id}> ${raça}`); }, }; \ No newline at end of file