Interface: PlayerOptions
Represents a configuration object passed to the
Playerconstructor.
Property Type Description Optional guildIdstring The guild ID the player belongs to. textChannelIdstring The text channel ID the player belongs to. voiceChannelIdstring The voice channel ID the player belongs to. nodeIdentifierstring The identifier of the node this player should use. volumenumber The initial playback volume. selfMuteboolean Whether the bot should mute itself in the voice channel. selfDeafenboolean Whether the bot should deafen itself in the voice channel. applyVolumeAsFilterboolean Whether to apply volume via a Lavalink filter instead of the native volume parameter. pauseOnDisconnectboolean Whether to pause the player when the bot is disconnected from the voice channel.