From 462763060bcee206869dbcd4c22380028920b6bc Mon Sep 17 00:00:00 2001 From: Cynthia Foxwell Date: Fri, 17 May 2024 15:10:36 -0600 Subject: [PATCH] ack in hopes some longer interaction commands can still output --- src/lib/interactionDispatcher.js | 1 + 1 file changed, 1 insertion(+) 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");