This commit is contained in:
Bxio 2025-05-01 23:40:54 +01:00
parent a73bfc31a8
commit 7d5b11477f

View File

@ -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.' });
} }