This commit is contained in:
Bxio 2025-04-27 16:49:50 +01:00
parent d6ccc5ffd0
commit dbf024afac

View File

@ -62,8 +62,11 @@ try {
.setFooter({ text: 'Adicionado à base de dados ✅' }); .setFooter({ text: 'Adicionado à base de dados ✅' });
await interaction.editReply({ embeds: [embed] }); await interaction.editReply({ embeds: [embed] });
await interaction.editReply(`\`\`\`${tabelaSemBorda}\`\`\``);
await interaction.editReply(tabelaSemBorda);
} catch (error) { } catch (error) {
console.error('Erro ao acessar o banco de dados:', 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({ content: 'Erro ao carregar os dados dos membros!' });