Skip to content

@zikeji/hypixel / Status

Class: Status

Extends

  • Method

Methods

API

uuid()

uuid(uuid): Promise<object & object>

Returns online status information for given player, including game, mode and map when available.

Parameters
uuid

string

Returns

Promise<object & object>

Example
typescript
const response = await client.status.uuid("20934ef9488c465180a78f861586b4cf");
console.log(response);

Released under the MIT License.