This commit is contained in:
Bxio 2025-04-17 11:22:07 +01:00
parent 2f5a9688c3
commit 781a8fe44e

View File

@ -34,6 +34,6 @@ module.exports = {
await interaction.reply(`Selecionaste: ${nome} ${target.id} ${raça}`); await interaction.reply(`Selecionaste: ${nome} <@${target.id}> ${raça}`);
}, },
}; };