Do some things kek
This commit is contained in:
parent
dba95171c8
commit
8d914e38d0
|
@ -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 });
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue