This commit is contained in:
Bxio 2025-04-05 11:31:06 +01:00
parent f8a3275d48
commit 764d123805

View File

@ -11,7 +11,8 @@ module.exports = {
await command.execute(interaction, client);
} catch (error) {
console.error(error);
await interaction.reply({ content: '❌ Ocorreu um erro ao executar o comando.', ephemeral: true });
await interaction.reply({ content: '❌ Ocorreu um erro ao executar o comando.', flags: MessageFlags.Ephemeral });
}
}