Lavalink node this player is connected to
Readonly
guildGuildId of this player
Clear all filters applied to the currently playing track
Destroys the player in remote Lavalink side
Gets the current player info from lavalink
Play a new track
Seek to a specific time in the currently playing track
Position to seek to in milliseconds
Change the channel mix settings applied to the currently playing track
Optional
channelMix: ChannelMixSettingsAn object that conforms to ChannelMixSettings that defines how much the left and right channels affect each other (setting all factors to 0.5 causes both channels to get the same audio)
Change the distortion settings applied to the currently playing track
Optional
distortion: DistortionSettingsAn object that conforms to DistortionSettings that defines distortions in the audio
The current player instance
Change the equalizer settings applied to the currently playing track
An array of objects that conforms to the Bands type that define volumes at different frequencies
Change the all filter settings applied to the currently playing track
An object that conforms to FilterOptions that defines all filters to apply/modify
Sets the filter volume of the player
Target volume 0.0-5.0
Sets the global volume of the player
Target volume 0-1000
Change the karaoke settings applied to the currently playing track
Optional
karaoke: KaraokeSettingsAn object that conforms to the KaraokeSettings type that defines a range of frequencies to mute
Change the low pass settings applied to the currently playing track
Optional
lowPass: LowPassSettingsAn object that conforms to LowPassSettings that defines the amount of suppression on higher frequencies
Pause or unpause the currently playing track
Boolean value to specify whether to pause or unpause the current bot user
Change the rotation settings applied to the currently playing track
Optional
rotation: RotationSettingsAn object that conforms to the RotationSettings type that defines the frequency of audio rotating round the listener
Change the timescale settings applied to the currently playing track
Optional
timescale: TimescaleSettingsAn object that conforms to the TimescaleSettings type that defines the time signature to play the audio at
Change the tremolo settings applied to the currently playing track
Optional
tremolo: FreqSettingsAn object that conforms to the FreqSettings type that defines an oscillation in volume
Change the vibrato settings applied to the currently playing track
Optional
vibrato: FreqSettingsAn object that conforms to the FreqSettings type that defines an oscillation in pitch
Stop the currently playing track
If you want to update the whole player yourself, sends raw update player info to lavalink
Options to update the player data
Set it to true if you don't want to replace the currently playing track
Wrapper object around Lavalink