From 89170e9ee0c0db86ae7c5e48f61628100c994979 Mon Sep 17 00:00:00 2001 From: Bxio Date: Tue, 29 Apr 2025 15:13:08 +0100 Subject: [PATCH] --- src/commands/Community/lista_membros.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/commands/Community/lista_membros.js b/src/commands/Community/lista_membros.js index 10995f7..76e48c2 100644 --- a/src/commands/Community/lista_membros.js +++ b/src/commands/Community/lista_membros.js @@ -53,9 +53,9 @@ module.exports = { const [rows] = await conn.execute('SELECT discord_id, discord_username, cargo FROM users'); // Altere para a sua consulta const table = new Table({ - titles: ['1ASD', '2ASD', '3ASD'], - titleIndexes: [16, 16, 16], - columnIndexes: [16, 16, 16], + titles: ['Level', 'Money', 'Wins'], + titleIndexes: [0, 8, 16], + columnIndexes: [0, 6, 14], start: '`', end: '`', padEnd: 3