diff --git a/src/commands/Community/lista_membros.js b/src/commands/Community/lista_membros.js index 2a304a5..12f79fb 100644 --- a/src/commands/Community/lista_membros.js +++ b/src/commands/Community/lista_membros.js @@ -65,9 +65,7 @@ module.exports = { rows.forEach(row => { table.addRow([row.discord_id, row.discord_username, row.cargo]); }); - table.addRow(['1', '$120', '2'], { override: 4 }); - table.addRow(['72', '$10', '25'], { override: 3 }); - table.addRow(['614', '$1220', '12']); + // Use this 'embed' when sending a message to a channel. const embed = new EmbedBuilder().setFields(table.toField());