diff --git a/events/interactionCreate.js b/events/interactionCreate.js index d06e939..b39125e 100644 --- a/events/interactionCreate.js +++ b/events/interactionCreate.js @@ -56,7 +56,7 @@ module.exports = { await command.execute(interaction); } catch (err) { if (err) console.log(err); - await interaction.reply({ + await interaction.channel.send({ content: `An error occured processing the command :(\n \`\`\`${err.stack}\`\`\``, ephemeral: false });