This commit is contained in:
Bxio 2025-04-29 16:20:00 +01:00
parent 97b3e41a9a
commit c12d9f344e

View File

@ -56,7 +56,7 @@ module.exports = {
rows.forEach(row => {
embed.addFields({
name: ``, // ou algum outro título
value: `<@${row.discord_id}> \n\>\`\`\`Cargo: ${row.cargo}\nNIG: ${row.nig}\`\`\``,
value: `<@${row.discord_id}> \n >\`\`\`Cargo: ${row.cargo}\nNIG: ${row.nig}\`\`\``,
inline: false
});
});