diff --git a/src/interactions/handlers.ts b/src/interactions/handlers.ts index ace3a35..fa63567 100644 --- a/src/interactions/handlers.ts +++ b/src/interactions/handlers.ts @@ -110,6 +110,7 @@ export const handleChatInputCommand = async ( try { await command.execute(interaction); } catch (error) { + await interaction.editReply(commandErrors.commandError); logger.error( logErrorFunctions.chatInputInteractionError(interaction, error), );