From 781a8fe44e219c94fc2effd16374b7a5f6b15262 Mon Sep 17 00:00:00 2001 From: Bxio Date: Thu, 17 Apr 2025 11:22:07 +0100 Subject: [PATCH] --- src/commands/Community/teste.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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