This commit is contained in:
Bxio 2025-05-01 23:33:46 +01:00
parent bccf11ba74
commit 5c76647027

View File

@ -114,11 +114,11 @@ const {
});
});
await interaction.reply({ embeds: [embed] });
await interaction.editReply({ embeds: [embed] });
} catch (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.' });
}
},
};