ack in hopes some longer interaction commands can still output
This commit is contained in:
parent
9ca190f6dd
commit
462763060b
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ async function runCommand(interaction, command) {
|
||||||
}
|
}
|
||||||
|
|
||||||
async function InteractionDispatcher(interaction) {
|
async function InteractionDispatcher(interaction) {
|
||||||
|
interaction.acknowledge();
|
||||||
const command = hf.interactionCommands.get(interaction.data.name);
|
const command = hf.interactionCommands.get(interaction.data.name);
|
||||||
const shouldSend = getOption(interaction, command, "send");
|
const shouldSend = getOption(interaction, command, "send");
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue