This commit is contained in:
Bxio 2025-04-29 16:18:57 +01:00
parent c256f03541
commit f7fe91d558

View File

@ -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}\nNIG: ${row.nig}\`\`\``, value: `<@${row.discord_id}> >\`\`\`Cargo: ${row.cargo}\nNIG: ${row.nig}\`\`\``,
inline: false inline: false
}); });
}); });