Commands¶
Query¶
Voice¶
join ChannelName¶
Joins a voice channel if not already in one. ChannelName is case-insensitive and provides partial matching.
View¶
current¶
Provides detail about the song currently playing.
list¶
Lists all songs in queue as well as the song currently playing.
cover¶
Get the album art of the current song if available.
Queue¶
unqueue NumberOrRange¶
Removes the track/s from the queue at the provided Number/Range.
skip vote¶
Calls a vote to skip a song if no vote has started, else adds to vote to skip song.
Role¶
role add ID | Name | Description¶
Adds a new role. Description is optional.
role delete ID¶
Deletes the role with the specified role. All users with the deleted role will have their role set to the default role.
role edit ID | Key | Value¶
Edits the key for the specified role with the value. Cannot edit the keys Perm or Default.
role set ID User#Tag¶
Sets the role of User#Tag with the specified role. Can enter multiple User#Tag, separated by " | ". e.g. >role set 5 Bob#1234 | Fred#0420 | Tim#000
role default ID¶
Sets the default role to the specified role. ID must be greater than 5.
role give ID Perm¶
Gives the specified role the specified Perm. Can enter multiple perm, separated by a space. e.g. >role give 5 role.default.view role.view playlist
role remove ID Perm¶
Removes the specified Perm from the specified role. Can enter multiple perm, separated by a space. e.g. >role remove 5 role.default.view role.view playlist
Library¶
library add Name | Path | Description¶
Add a new library. Description is optional.
library delete Name¶
Deletes the library with the specified Name.
library edit Name | Key | Value¶
Edits the key for the library with the specified Name with the value. Cannot edit the key Active.
library select Name¶
Selects the specified library as the active library.
update¶
Check active library for any changes and updates the library.
update LibraryName¶
Check specified library for any changes and updates the library.
Playlist¶
playlist save Name¶
Save the current song and queue as a playlist with the specified name.
playlist delete Name¶
Deletes the specified playlist if you created it and have playlist.delete.own perm.
Deletes the specified playlist if you didn’t create it and have playlist.delete.other perm.