From d6ccc5ffd091ccdd5be74370b1502ef51d993a6b Mon Sep 17 00:00:00 2001 From: Bxio Date: Sun, 27 Apr 2025 16:47:22 +0100 Subject: [PATCH] --- src/commands/Community/lista_membros.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/commands/Community/lista_membros.js b/src/commands/Community/lista_membros.js index 39aa356..f9f615a 100644 --- a/src/commands/Community/lista_membros.js +++ b/src/commands/Community/lista_membros.js @@ -62,14 +62,15 @@ try { .setFooter({ text: 'Adicionado à base de dados ✅' }); await interaction.editReply({ embeds: [embed] }); - + + 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!' }); } -await interaction.editReply(tabelaSemBorda); +