PlayerOptions
The options for the player.
Signature
export interface PlayerOptionsProperties
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}
node?: NodeIdentifier;Lavalink node of the player.
@type{NodeIdentifier}