From 442c2775f61683cd2313f2dbaca72b8c60619d32 Mon Sep 17 00:00:00 2001 From: Bxio Date: Tue, 29 Apr 2025 15:12:05 +0100 Subject: [PATCH] --- src/commands/Community/lista_membros.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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());