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