diff --git a/src/commands/Community/lista_membros.js b/src/commands/Community/lista_membros.js index d1557e6..a280ffd 100644 --- a/src/commands/Community/lista_membros.js +++ b/src/commands/Community/lista_membros.js @@ -55,12 +55,12 @@ module.exports = { rows.forEach(row => { }); - + const embed = new EmbedBuilder() .addFields( { name: "", - value: `<@${row.discord_id}> asdsadadasddasasda`, + value: `<@asd> asdsadadasddasasda`, inline: true }, )