ExpectedParseErrors: {
    invalidQueueCategory: ((categoryName: Optional<string>) => CommandParseError);
    missingHierarchyRoles: ((requiredRoles: string[], commandName: string) => CommandParseError);
    noPermission: {
        clear: ((queueName: string) => CommandParseError);
    };
    noQueueTextChannel: ((categoryName: Optional<string>) => CommandParseError);
    nonServerInterction: ((guildName?: string) => CommandParseError);
    notGuildInteraction: CommandParseError;
    queueHasNoParent: CommandParseError;
    removeInsideQueue: CommandParseError;
    serverHasNoQueue: CommandParseError;
} = ...

Type declaration

Generated using TypeDoc