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!' });