Class: SkyBlockGarden


# Class: SkyBlockGarden

# Example

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

# Extends

  • Method

# API

# profile()

profile(uuid): Promise<SkyBlockGarden & object>

SkyBlock garden data for the provided profile.

# Parameters

uuid: string

# Returns

Promise<SkyBlockGarden & object>

# Example

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