This commit is contained in:
parent
c256f03541
commit
f7fe91d558
@ -56,7 +56,7 @@ module.exports = {
|
||||
rows.forEach(row => {
|
||||
embed.addFields({
|
||||
name: ``, // ou algum outro título
|
||||
value: `<@${row.discord_id}> \`\`\`Cargo: ${row.cargo}\nNIG: ${row.nig}\`\`\``,
|
||||
value: `<@${row.discord_id}> >\`\`\`Cargo: ${row.cargo}\nNIG: ${row.nig}\`\`\``,
|
||||
inline: false
|
||||
});
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user