From f8da8493135bbe5baa8249c592654f2a21bb1c53 Mon Sep 17 00:00:00 2001 From: Bxio Date: Tue, 29 Apr 2025 15:49:14 +0100 Subject: [PATCH] --- src/commands/Community/lista_membros.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/Community/lista_membros.js b/src/commands/Community/lista_membros.js index 1b7f68a..d15713e 100644 --- a/src/commands/Community/lista_membros.js +++ b/src/commands/Community/lista_membros.js @@ -54,7 +54,7 @@ module.exports = { const table = new Table({ titles: ['Level', 'Money', 'Wins'], - titleIndexes: [0, 10, 16], + titleIndexes: [0, 10, 22], columnIndexes: [0, 4, 14], start: '`', end: '`',