Skip to main content

Playback Control

Control audio playback with play, pause, skip, volume, and seeking functions.

Basic Playback Controls

Play/Pause

Stop & Skip

Volume Control

Seeking

Queue Management

Queue Operations

Loop Modes

Player State

Check Player Status

Current Track Information

Complete Playback Example

Queue Commands

Advanced Usage

Auto-disconnect on Queue End

Progress Bar

All playback control methods are asynchronous and should be awaited. The player automatically handles queue management and track progression.
Always check if a player exists before attempting to control it. Use bot.salad.getPlayer(guild_id) to retrieve the player instance.