The current playback position of the track.
Gets the current track being played.
The current track that is being played or null if none.
Gets the LavaPlayer instance associated with the queue.
The LavaPlayer instance.
Leave voice channel when track finish
Gets the next track in the queue.
The next track in the queue or undefined if the queue is empty.
Gets the size of the queue.
The number of tracks in the queue.
Gets a read-only array of the tracks in the queue.
The tracks in the queue.
Adds one or more tracks to the queue.
The tracks to be added to the queue.
Adds one or more tracks to top of the queue.
The tracks to be added to the queue.
Exits the player, clearing the queue and destroying the LavaPlayer instance.
Pauses the current track.
Plays the next track in the queue.
The next track that was played or null if the queue is empty.
Removes all tracks from the queue.
Removes tracks from the queue by their indices.
The indices of the tracks to be removed.
Resumes playing the current track.
Searches for tracks using Lavalink
The search text input by the user.
The response from the Lavalink search.
Sets the current playback position of the track.
The new playback position.
Sets the volume of the player.
The new volume level.
Shuffles the tracks in the queue.
Gets the current playback position of the track.