From cbedf1be741c5ca640606ae9453f17cbbc24cbc7 Mon Sep 17 00:00:00 2001 From: Bxio Date: Tue, 29 Apr 2025 16:02:58 +0100 Subject: [PATCH] --- src/commands/Community/lista_membros.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }, )