This commit is contained in:
parent
a73bfc31a8
commit
7d5b11477f
@ -50,11 +50,11 @@ const {
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
await interaction.reply({ embeds: [embed] });
|
await interaction.editReply({ embeds: [embed] });
|
||||||
|
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.error('Erro ao buscar usuários:', error);
|
console.error('Erro ao buscar usuários:', error);
|
||||||
await interaction.reply({ content: '❌ Erro ao carregar informações dos usuários.' });
|
await interaction.editReply({ content: '❌ Erro ao carregar informações dos usuários.' });
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user