This commit is contained in:
parent
dd4c348d02
commit
50aaf48eb7
@ -54,6 +54,12 @@ 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: false
|
||||
});
|
||||
|
||||
embed.addFields({
|
||||
name: ``, // ou algum outro título
|
||||
value: `> <@${row.discord_id}> \n > \` NIG: ${row.nig}\`\n > \` Cargo: ${row.cargo} \``,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user