diff --git a/src/lib/interactionDispatcher.js b/src/lib/interactionDispatcher.js index 71b39d8..940c5b9 100644 --- a/src/lib/interactionDispatcher.js +++ b/src/lib/interactionDispatcher.js @@ -44,6 +44,7 @@ async function runCommand(interaction, command) { } async function InteractionDispatcher(interaction) { + interaction.acknowledge(); const command = hf.interactionCommands.get(interaction.data.name); const shouldSend = getOption(interaction, command, "send");