This commit is contained in:
Bxio 2025-04-29 16:23:46 +01:00
parent aebe2450ce
commit 211e2734e6

View File

@ -56,7 +56,7 @@ module.exports = {
rows.forEach(row => {
embed.addFields({
name: ``, // ou algum outro título
value: `> <@${row.discord_id}> \n > \` Cargo: ${row.cargo} \`\n > \` NIG: ${row.nig}\``,
value: `> <@${row.discord_id}> \n > \` NIG: ${row.nig}\`\n > \` Cargo: ${row.cargo} \``,
inline: false
});
});