LavalinkPlayer

The player response from the Lavalink REST API.

Signature

export interface LavalinkPlayer

Properties

7

Methods

0

No methods.

Properties

guildId: string;

The guild ID associated with the player.

@type{string}
volume: number;

The volume of the player.

@type{number}
paused: boolean;

Whether the player is paused.

@type{boolean}