From 1f89b669bf41b82aed3e8715073159b65ce9a3c6 Mon Sep 17 00:00:00 2001 From: Bxio Date: Tue, 29 Apr 2025 14:52:47 +0100 Subject: [PATCH] --- src/commands/Community/lista_membros.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/commands/Community/lista_membros.js b/src/commands/Community/lista_membros.js index 84b54d4..f10f7f1 100644 --- a/src/commands/Community/lista_membros.js +++ b/src/commands/Community/lista_membros.js @@ -51,8 +51,8 @@ module.exports = { const table = new Table({ titles: ['Level', 'Money', 'Wins'], - titleIndexes: [1, 8, 16], - rowIndexes: [1, 6, 14], + titleIndexes: [0, 8, 16], + rowIndexes: [0, 6, 14], start: '`', end: '`', padEnd: 3 @@ -66,6 +66,8 @@ module.exports = { // Use this 'embed' when sending a message to a channel. + + console.log(embed); await interaction.editReply(`\n${embed}\n`);