add missing import

This commit is contained in:
LenAnderson
2024-04-25 15:45:33 -04:00
parent a4483a4419
commit c16965730c

View File

@ -1,4 +1,5 @@
import { SlashCommandArgument, SlashCommandNamedArgument } from './SlashCommandArgument.js';
import { SlashCommandClosure } from './SlashCommandClosure.js';