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); +