Do some things kek

This commit is contained in:
Christopher Cookman 2025-09-15 06:43:14 -06:00
parent dba95171c8
commit 8d914e38d0

View file

@ -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 }); return interaction.reply({ content: "An error occurred while creating the hub. Please try again later.", ephemeral: true });
} }
} catch (error) { } 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 }); return interaction.reply({ content: "An error occurred while creating the hub. Please try again later.", ephemeral: true });
} }
} }