This commit is contained in:
parent
bccf11ba74
commit
5c76647027
@ -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.' });
|
||||
}
|
||||
},
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user