14 commands
| Response | |||||
|---|---|---|---|---|---|
| Posts link of command list to chat | !commands | No-op | Songlist commands located here: {{commands_link}} | 10s | EnabledDefault |
| Show current song | !currentSong,!current,!song | No-op | Current song: {{#select now_playing 1}}{{song}}{{#if requester}}, requested by: ... | 5s | EnabledDefault |
| Add a song to your favorites (now playing, or by name) | !favorite,!fav | Favorite | {{user}} favorited {{song}} | 0s | EnabledDefault |
| Song in List Check | !hasSong,!has | Find Song | {{#if song}}Yes, {{song}} is in the songlist{{#else}}Song not found{{/if}} | 1s | EnabledDefault |
| Song Last Played Time | !lastPlayed | Find Song | {{#if last_played_time_ago}}{{song}} has last been played {{last_played_time_ago... | 1s | EnabledDefault |
| Show Next Song | !nextSong,!next | No-op | Next song: {{#select queued_songs 1}}{{song}}{{#empty}}No songs in queue{{/selec... | 5s | EnabledDefault |
| Number of songs played today | !playedToday,!today,!played | No-op | {{#if played_count == 0}}No songs have been played today{{/if}}{{#if played_coun... | 5s | EnabledDefault |
| Show previous song | !previousSong,!previous,!last,!lastSong | No-op | Last song: {{#select played_songs 1}}{{song}}{{#empty}}No songs played yet{{/sel... | 5s | EnabledDefault |
| Replaces last request with specified song | !replaceLastRequest,!replaceLast,!replace | Replace Last | Replaced {{previous_song}} with {{song}} at position: {{position}} | 0s | EnabledDefault |
| Songlist link | !sl,!list | No-op | Song list located here: {{songs_link}} | 5s | EnabledDefault |
| Show song details | !sd,!details | No-op | Current song: {{#select now_playing 1}}{{song}}{{#if queue_note}} ({{queue_note}... | 5s | EnabledDefault |
| Song queue link | !songQueue,!sq,!queue | No-op | Song queue located here: {{queue_link}} | 5s | EnabledDefault |
| Remove a song from your favorites (now playing, or by name) | !unfavorite,!unfav | Unfavorite | {{user}} unfavorited {{song}} | 0s | EnabledDefault |
| Remove user's last request from queue | !wrongsong,!ws | Remove Last | Your request for {{song}} has been removed from position {{position}} | 0s | EnabledDefault |