export interface SlashCommandType { data: Record; execute: (...args: any[]) => void; } //# sourceMappingURL=slashCommandType.d.ts.map