diff --git a/commands/setup.js b/commands/setup.js index 558041e..61988c4 100644 --- a/commands/setup.js +++ b/commands/setup.js @@ -38,7 +38,7 @@ const execute = async (interaction) => { return interaction.reply({ content: "An error occurred while creating the hub. Please try again later.", ephemeral: true }); } } catch (error) { - log.error(error); + log.error(error.stack); return interaction.reply({ content: "An error occurred while creating the hub. Please try again later.", ephemeral: true }); } }