$$play query
Plays the input track from YouTube. If something is currently playing, it will be added to the queue.
$$queue
View the current song queue, as well as the total play duration. Songs are listed in play order.
$$skip [# of songs]
Skip the specified number of songs. The default is 1 song.
$$stop
Disconnects the bot from the voice channel and empties the queue.
$$pause
Pause the current playing song.
$$resume
Resumes the music, if there is a paused track.
$$now
View the current playing song, as well as the current song position. Alias $$current
$$loop
Toggle looping for the current playing track.
$$shuffle
Shuffles the queue. Only works if there are 2 songs or more.
$$volume 10-150
Change the volume of the track. Valid inputs are 10 to 150.
$$seek hh:mm:ss
Seek to a specific timestamp of the current playing track.
Timestamp format is hours, minutes, and seconds. Examples: 00:25:32, 01:00:43, 00:03:00
$$remove track number
Remove a track from the queue.
$$playlist
View all of your playlists. Non-donators get 3 playlists, with 15 songs each.
$$playlist create name
Create a new playlist with the given name.
$$playlist delete name
Delete a playlist.
$$playlist add playlist song
Searches YouTube and adds the result to the given playlist. Note: If the playlist has spaces, make sure to use quotes.
$$playlist remove playlist number
Remove the song at the input slot in the given playlist. Note: If the playlist has spaces, make sure to use quotes.
$$playlist info playlist
View all songs in a playlist, as well as the total playlist duration.
$$playlist play playlist
Play/Enqueue all songs in the given playlist. If there is already a queue, the songs will be added to the end.