This commit is contained in:
Bxio 2025-05-01 23:31:48 +01:00
parent e48e995df2
commit a326d3200a

View File

@ -50,7 +50,7 @@ const {
} catch (error) {
console.error('Erro ao buscar usuários:', error);
await interaction.editReply({ content: '❌ Erro ao carregar informações dos usuários.' });
await interaction.reply({ content: '❌ Erro ao carregar informações dos usuários.' });
}