diff --git a/src/commands/Community/lista_membros.js b/src/commands/Community/lista_membros.js index 2c6b5f5..10995f7 100644 --- a/src/commands/Community/lista_membros.js +++ b/src/commands/Community/lista_membros.js @@ -62,10 +62,11 @@ module.exports = { }); - rows.forEach(row => { - table.addRow(['row.discord_id', 'row.discord_username', 'row.cargo']); - }); + // rows.forEach(row => { + // table.addRow(['row.discord_id', 'row.discord_username', 'row.cargo']); + //}); + table.addRow(['1', '2', '3']); // Use this 'embed' when sending a message to a channel. const embed = new EmbedBuilder().setFields(table.toField());