From e96b67bb76183f1cbbe3f974db3020beb7993256 Mon Sep 17 00:00:00 2001 From: Bxio Date: Tue, 29 Apr 2025 14:47:20 +0100 Subject: [PATCH] --- src/commands/Community/lista_membros.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/commands/Community/lista_membros.js b/src/commands/Community/lista_membros.js index c09e115..b72a67f 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: [0, 8, 16], - rowIndexes: [0, 6, 14], + titleIndexes: [1, 8, 16], + rowIndexes: [1, 6, 14], start: '`', end: '`', padEnd: 3