This commit is contained in:
parent
2ba4584e15
commit
d6ccc5ffd0
@ -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);
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user