Constructors

Properties

cacheHandler: CacheHandler
functions: Functions
interval: Timeout
key: string
options: ClientOptions
requestHandler: RequestHandler
updater: Updater

Methods

  • Parameters

    Returns Promise<
        | RequestData
        | WithSelectedProfile<
            Map<
                | "UNKNOWN"
                | "Blueberry"
                | "Apple"
                | "Banana"
                | "Coconut"
                | "Cucumber"
                | "Grapes"
                | "Kiwi"
                | "Lemon"
                | "Lime"
                | "Mango"
                | "Orange"
                | "Papaya"
                | "Pear"
                | "Peach"
                | "Pineapple"
                | "Pomegranate"
                | "Raspberry"
                | "Strawberry"
                | "Tomato"
                | "Watermelon"
                | "Zucchini"
                | "Not Allowed To Quit SkyBlock Ever Again"
                | "Complain Everyday"
                | "Restored"
                | "TEST",
                SkyBlockProfile,
            >,
        >,
    >