Skip to content

Playlists

Playlists are personal, per-user collections of tracks saved in the database. Each is identified by its name (case-insensitive, max 50 characters, and unique per user).

Action Command Notes
Create /create <name> Creates an empty playlist. Name can’t be blank or already in use.
Add a song /addsong <playlist> <song> Searches for the song and appends the matched track(s).
Remove a song /removesong <playlist> <song> Removes a matching track from the playlist.
Delete /delete <playlist> Permanently deletes one of your playlists.
View /list [user] Lists your playlists, or another user’s if specified.
  • /load <playlist> decodes the saved tracks and adds them to the queue, starting playback if nothing is playing.
  • You must be in a voice channel and at least one Lavalink node must be available.
  • You can only load your own playlists.

There is no live “shared” playlist. Instead, copy someone else’s:

  • /steal <playlist> <user> copies another user’s playlist into your account under the same name. It fails if you already own a playlist with that name.
  • After stealing, use /load to play it.
  • Playlist names: 1–50 characters, unique per user.
  • Loading is restricted to playlists you own (steal first to use another user’s).