Playlists And
Favorites

Two ways to keep music: shared playlists that live on the server, and personal favorites that follow you.

Playlists

  • !playlist create <name>Start an empty list.
  • !playlist add <name>Put the running track into it.
  • !playlist show <name>See what is inside.
  • !playlist listAll lists on this server.
  • !playlist play <name>Queue the whole thing.
  • !playlist remove <name> <index>Take one track back out.
  • !playlist delete <name>Remove the list.

Favorites

  • !favSave the track that is playing.
  • !favsList your favorites with their numbers.
  • !favname <index> <alias>Replace the number with a name you can remember.
  • !favplay <index|alias>Play one of them.
  • !ufavRemove one.

Where This Is Stored

Playlists, favorites, history and queue templates are kept in MongoDB, so they survive restarts. On the public bot that database is ours. If you run your own instance, it is yours, and the self-hosting page covers the setup.