From dbf024afaced025c0907d0f718a4cedfbe1b61d0 Mon Sep 17 00:00:00 2001 From: Bxio Date: Sun, 27 Apr 2025 16:49:50 +0100 Subject: [PATCH] --- src/commands/Community/lista_membros.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/commands/Community/lista_membros.js b/src/commands/Community/lista_membros.js index f9f615a..953f93d 100644 --- a/src/commands/Community/lista_membros.js +++ b/src/commands/Community/lista_membros.js @@ -62,8 +62,11 @@ try { .setFooter({ text: 'Adicionado à base de dados ✅' }); await interaction.editReply({ embeds: [embed] }); + + + await interaction.editReply(`\`\`\`${tabelaSemBorda}\`\`\``); + - await interaction.editReply(tabelaSemBorda); } catch (error) { console.error('Erro ao acessar o banco de dados:', error); await interaction.editReply({ content: 'Erro ao carregar os dados dos membros!' });