Skip to content

@zikeji/hypixel / SkyBlockBingo

Class: SkyBlockBingo

Example

typescript
const bingoEvents = await client.skyblock.bingo.uuid("20934ef9488c465180a78f861586b4cf");

Extends

  • Method

Methods

API

uuid()

uuid(uuid): Promise<object[] & object>

Bingo data for participated events of the provided player.

Parameters
uuid

string

Returns

Promise<object[] & object>

Example
typescript
const bingoEvents = await client.skyblock.bingo.uuid("20934ef9488c465180a78f861586b4cf");

Released under the MIT License.