LavalinkPlayerState

The state of the player.

Signature

export interface LavalinkPlayerState

Properties

4

Methods

0

No methods.

Properties

time: number;

The time since the connection was established.

@type{number}
position: number;

The position of the current track in milliseconds.

@type{number}
connected: boolean;

Whether the player is connected to the voice channel.

@type{boolean}
ping: number;

The ping to the voice server in milliseconds.

@type{number}