From c16965730c421efec07b43c2e9f8e48361a5f35d Mon Sep 17 00:00:00 2001 From: LenAnderson Date: Thu, 25 Apr 2024 15:45:33 -0400 Subject: [PATCH] add missing import --- public/scripts/slash-commands/SlashCommand.js | 1 + 1 file changed, 1 insertion(+) diff --git a/public/scripts/slash-commands/SlashCommand.js b/public/scripts/slash-commands/SlashCommand.js index 3a6499ae4..249c950b7 100644 --- a/public/scripts/slash-commands/SlashCommand.js +++ b/public/scripts/slash-commands/SlashCommand.js @@ -1,4 +1,5 @@ import { SlashCommandArgument, SlashCommandNamedArgument } from './SlashCommandArgument.js'; +import { SlashCommandClosure } from './SlashCommandClosure.js';