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.