From 18f43ac639ce2a7e6bf8845d1ea0963488d61589 Mon Sep 17 00:00:00 2001 From: Bxio Date: Tue, 29 Apr 2025 15:53:22 +0100 Subject: [PATCH] --- src/commands/Community/lista_membros.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/commands/Community/lista_membros.js b/src/commands/Community/lista_membros.js index df83a16..a5f65b0 100644 --- a/src/commands/Community/lista_membros.js +++ b/src/commands/Community/lista_membros.js @@ -66,6 +66,8 @@ module.exports = { // table.addRow(['row.discord_id', 'row.discord_username', 'row.cargo']); //}); + table.addRow(['123456789101112', '2', '3', '3']); + table.addRow(['123456789101112', '2', '3', '3']); table.addRow(['123456789101112', '2', '3', '3']); // Use this 'embed' when sending a message to a channel.