From e306500b3c82aeaeb8018af6546a7c42bdb030d0 Mon Sep 17 00:00:00 2001 From: Bxio Date: Tue, 29 Apr 2025 15:51:53 +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 ea8884f..3742387 100644 --- a/src/commands/Community/lista_membros.js +++ b/src/commands/Community/lista_membros.js @@ -66,7 +66,7 @@ module.exports = { // table.addRow(['row.discord_id', 'row.discord_username', 'row.cargo']); //}); - table.addRow(['1234', '2', '3', '3']); + table.addRow(['123456789101112', '2', '3', '3']); // Use this 'embed' when sending a message to a channel. const embed = new EmbedBuilder().setFields(table.toField());