From 781e214d51790483a361ef5ee35215f36bd1b380 Mon Sep 17 00:00:00 2001 From: Bxio Date: Tue, 29 Apr 2025 14:51:27 +0100 Subject: [PATCH] --- src/commands/Community/lista_membros.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/commands/Community/lista_membros.js b/src/commands/Community/lista_membros.js index 3199996..84b54d4 100644 --- a/src/commands/Community/lista_membros.js +++ b/src/commands/Community/lista_membros.js @@ -58,15 +58,14 @@ module.exports = { padEnd: 3 }); - table.addRow(['1', '$120', '2'], { override: 4 }); - table.addRow(['72', '$10', '25'], { override: 0 }); + table.addRow(['1', '$120', '2']); + table.addRow(['72', '$10', '25']); table.addRow(['614', '$1220', '12']); const embed = new MessageEmbed().addFields(table.field()) // Use this 'embed' when sending a message to a channel. - embed await interaction.editReply(`\n${embed}\n`);