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';