Class: SkyBlockMuseum
# Class: SkyBlockMuseum
# Example
const museum = await client.skyblock.museum.profile("20934ef9488c465180a78f861586b4cf");
1
# Extends
Method
# API
# profile()
profile(
uuid
):Promise
<SkyBlockMuseum
&object
>
SkyBlock museum data for all members of the provided profile. The data returned can differ depending on the players in-game API settings.
# Parameters
• uuid: string
# Returns
Promise
<SkyBlockMuseum
& object
>
# Example
const museum = await client.skyblock.museum.profile("20934ef9488c465180a78f861586b4cf");
1