This commit is contained in:
parent
a7f64172dd
commit
e7fb4680bf
@ -54,14 +54,9 @@ module.exports = {
|
||||
|
||||
// Adiciona cada usuário como um field no embed
|
||||
rows.forEach(row => {
|
||||
embed.addFields({
|
||||
name: ``, // ou algum outro título
|
||||
value: `> <@${row.discord_id}> \n > NIG: \`${row.nig}\` cargoᶜᵃʳᵍᵒ꜀ₐᵣ₉ₒ: \`${row.cargo} \``,
|
||||
inline: true
|
||||
});
|
||||
|
||||
embed.addFields({
|
||||
name: ``, // ou algum outro título
|
||||
name: `${row.nig}`, // ou algum outro título
|
||||
value: `> <@${row.discord_id}> \n \`\`\`NIG: ${row.nig} \n Cargo: ${row.cargo} \`\`\``,
|
||||
inline: true
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user