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

View File

@ -63,7 +63,10 @@ try {
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!' });