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