ack in hopes some longer interaction commands can still output

This commit is contained in:
Cynthia Foxwell 2024-05-17 15:10:36 -06:00
parent 9ca190f6dd
commit 462763060b
1 changed files with 1 additions and 0 deletions

View File

@ -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");