Added Modpack install instructions
This commit is contained in:
@@ -15,7 +15,7 @@ module.exports = {
|
||||
try {
|
||||
await command.execute(interaction);
|
||||
} catch (error) {
|
||||
await interaction.reply({ embeds: [simpleEmbed('There was an error while executing the command')] });
|
||||
await interaction.reply({ embeds: [simpleEmbed('There was an error while executing the command')], ephemeral: true });
|
||||
console.error(`Error executing ${interaction.commandName}`);
|
||||
console.error(error);
|
||||
}
|
||||
|
Reference in New Issue
Block a user