From cd7653250b68eb20cfcf759bc064131cd62e20b6 Mon Sep 17 00:00:00 2001 From: Bxio Date: Wed, 30 Apr 2025 23:46:36 +0100 Subject: [PATCH] --- src/commands/Community/lista_membros.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/commands/Community/lista_membros.js b/src/commands/Community/lista_membros.js index 550f5a5..97917ba 100644 --- a/src/commands/Community/lista_membros.js +++ b/src/commands/Community/lista_membros.js @@ -58,17 +58,17 @@ module.exports = { embed.addFields({ name: ``, // ou algum outro título value: `> **${row.nig}** - <@${row.discord_id}> \n \`\`\`NIG: ${row.nig}\nCargo: ${row.cargo} \`\`\``, - inline: false + inline: true }); embed.addFields({ name: ``, // ou algum outro título value: `> **${row.nig}** - <@${row.discord_id}> \n \`\`\`NIG: ${row.nig}\nCargo: ${row.cargo} \`\`\``, - inline: false + inline: true }); embed.addFields({ name: ``, // ou algum outro título value: `> **${row.nig}** - <@${row.discord_id}> \n \`\`\`NIG: ${row.nig}\nCargo: ${row.cargo} \`\`\``, - inline: false + inline: true }); });