This commit is contained in:
Bxio 2025-04-18 03:04:09 +01:00
parent 71d0a893e7
commit cc1e0de8ba

View File

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