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