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