This commit is contained in:
Bxio 2025-04-29 16:38:57 +01:00
parent 50aaf48eb7
commit 757bacab1b

View File

@ -56,7 +56,7 @@ module.exports = {
rows.forEach(row => {
embed.addFields({
name: ``, // ou algum outro título
value: `> <@${row.discord_id}> \n > NIG: \`${row.nig}\` Cargo: \`${row.cargo} \``,
value: `> <@${row.discord_id}> \n > NIG: \`${row.nig}\` cargoᶜᵃʳᵍᵒ꜀ₐᵣ₉ₒ: \`${row.cargo} \``,
inline: false
});