/play query
Plays the input track from Soundcloud. If something is currently playing, it will be added to the queue.
/queue [page]
View the current song queue, as well as the total play duration. Songs are listed in play order.
/skip
Skip the current 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.
/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.
/playlist create name
Create a new playlist with the given name.
/playlist delete name
Delete a playlist.
/playlist add playlist song
Searches Soundcloud 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 [page]
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.