PlayerOptions

The options for the player.

Signature

export interface PlayerOptions

Properties

guildId: string;

Guild id of the player.

@type{string}
voiceId: string;

Voice channel id of the player.

@type{string}
volume?: number;

Volume of the player.

@type{number | undefined}@default100
selfDeaf?: boolean;

Set if the player should be deafened.

@type{boolean | undefined}@defaulttrue
selfMute?: boolean;

Set if the player should be muted.

@type{boolean | undefined}@defaultfalse
textId?: string;

Text channel id of the player.

@type{string | undefined}