📄️ Introduction
A lavalink player represents a voice/audio session with a Discord guild. It is used to play audio tracks in a voice channel.
📄️ Default player
The default player is the LavalinkPlayer class which implements the ILavalinkPlayer interface. The player implements the most basic features of a player, such as playing tracks, pausing, resuming, stopping, and seeking.
📄️ Queued player
The queued player is a player that plays tracks in a queue. It is the most common player type and is used in nearly all music bots. The player implements the IQueuedLavalinkPlayer interface.
📄️ Vote player
The vote player implements a voting system for tracks known from other music bots. The player allows users to vote for skipping a track. If enough users voted for skipping the track, the track will be skipped.