ReadonlyoptionsWhether the player is paused.
Whether the player is playing.
The time the player is in the track.
ReadonlyqueueThe queue of the player.
The repeat mode of the player.
A mode of music playback in which songs are played in a randomized order.
The state of the player.
The text channel id of the player.
The voice channel id of the player.
The voice state of the player.
The volume for the player.
Whether the queue repeats the queue.
Whether the player repeats the current track.
Connects to the voice channel.
The current instance.
Destroys the player, disconnecting from the node if specified, and emits a playerDestroy event.
Whether to disconnect from the node.
Whether the player was successfully destroyed.
Disconnects the client from the voice channel.
A Promise that resolves with the updated client instance.
Get custom data.
The key to look up in the data object.
The value from the data object.
Pauses the current track.
The new pause state.
The updated instance of the player.
Plays a track with the given options.
Optionaloptions: PlayOptionsOptional parameters for playing the track.
A promise that resolves to the APIPlayer object.
Seeks to the position in the current track.
The updated instance of the player.
Set custom data.
The key to set.
The value to set for the key.
Sets the queue repeat.
The new queue repeat.
The updated instance of the player.
Use Player.setRepeatMode instead.
Sets the shuffle play mode for the player.
The flag to enable or disable shuffle play mode.
The updated instance of the player.
Sets the player text channel.
The ID of the text channel.
The updated instance of the player.
Sets the track repeat.
The new track repeat.
The updated instance of the player.
Use Player.setRepeatMode instead.
Sets the player voice channel.
The ID of the voice channel.
The updated instance of the player.
Sets the player volume.
The new volume.
The updated instance of the player.
Stops the current track, optionally give an amount to skip to, e.g 5 would play the 5th song.
Optionalamount: numberThe amount to skip.
The updated instance of the player.
The guild id of the player.