Added Modpack install instructions
All checks were successful
Build and Publish / Build and Publish Discord Bot (push) Successful in 24s
Build and Publish / Build and Publish Minecraft Mod (push) Successful in 1m36s

This commit is contained in:
2023-08-17 11:43:22 +02:00
parent 1aac53deb8
commit 5dc8e46080
2 changed files with 16 additions and 5 deletions

View File

@@ -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);
}