The rainlink player handler class
The rainlink manager
The rainlink current use node
Main manager class
Player's current using lavalink server
Player's guild id
Player's voice id
Player's text id
Readonly
queuePlayer's queue
Readonly
dataThe temporary database of player, u can set any thing here and us like Map class!
Whether the player is paused or not
Get the current track's position of the player
Get the current volume of the player
Whether the player is playing or not
Get the current loop mode of the player
Get the current state of the player
Whether the player is deafened or not
Whether the player is muted or not
ID of the current track
All function to extend support driver
ID of the Shard that contains the guild that contains the connected voice channel
Filter class to set, clear get the current filter data
Voice handler class
Play a track
Optional
track: RainlinkTrackTrack to play
Optional
options: PlayOptionsPlay options
RainlinkPlayer
Set the loop mode of the track
Mode to loop
RainlinkPlayer
Search track directly from player
The track search query link
Optional
options: RainlinkSearchOptionsThe track search options
RainlinkSearchResult
Pause the track
RainlinkPlayer
Resume the track
RainlinkPlayer
Pause or resume a track but different method
Whether to pause or not
RainlinkPlayer
Play the previous track
RainlinkPlayer
Get all previous track
RainlinkTrack[]
Skip the current track
RainlinkPlayer
Seek to another position in track
Position to seek
RainlinkPlayer
Set another volume in player
Volume to cange
RainlinkPlayer
Set player to mute or unmute
Enable or not
RainlinkPlayer
Stop all avtivities and reset to default
Whenever you want to destroy a player or not
RainlinkPlayer
Set player to deaf or undeaf
Enable or not
RainlinkPlayer
Disconnect from the voice channel
RainlinkPlayer
Set text channel
Text channel ID
RainlinkPlayer
Set voice channel and move the player to the voice channel
Voice channel ID
RainlinkPlayer
Send custom player update data to lavalink server
Data to change
RainlinkPlayer
A class for managing player action.