From b1e63e62a819131f5653e5f896a247c21e8bffa8 Mon Sep 17 00:00:00 2001 From: Bxio Date: Tue, 29 Apr 2025 14:53:30 +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 f10f7f1..92c31b8 100644 --- a/src/commands/Community/lista_membros.js +++ b/src/commands/Community/lista_membros.js @@ -62,7 +62,7 @@ module.exports = { table.addRow(['72', '$10', '25']); table.addRow(['614', '$1220', '12']); - const embed = new MessageEmbed().addFields(table.field()) + const embed = new MessageEmbed().addFields(table.field()); // Use this 'embed' when sending a message to a channel.