Skip to content

@zikeji/hypixel / SkyBlockGarden

Class: SkyBlockGarden

Example

typescript
const garden = await client.skyblock.gard.profile("20934ef9488c465180a78f861586b4cf");

Extends

  • Method

Methods

API

profile()

profile(uuid): Promise<SkyBlockGarden & object>

SkyBlock garden data for the provided profile.

Parameters
uuid

string

Returns

Promise<SkyBlockGarden & object>

Example
typescript
const garden = await client.skyblock.garden.profile("20934ef9488c465180a78f861586b4cf");

Released under the MIT License.