LavalinkPlayerState
The state of the player.
Signature
export interface LavalinkPlayerStateProperties
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}