diff --git a/strings.go b/strings.go index 562cc04..ebe61a8 100644 --- a/strings.go +++ b/strings.go @@ -89,10 +89,12 @@ const PLAYLIST_SKIPPED_HTML = ` const HELP_HTML = `
User Commands:

!help - Displays this help.

-

!add - Adds songs to queue.

+

!add - Adds songs to queue.

+

!volume - Either tells you the current volume or sets it to a new volume.

!skip - Casts a vote to skip the current song

-

!numsongs - Shows how many songs are in queue.

!skipplaylist - Casts a vote to skip over the current playlist.

+

!numsongs - Shows how many songs are in queue.

+

!nextsong - Shows the title and submitter of the next queue item if it exists.


Admin Commands:

!reset - An admin command that resets the song queue.