Add !queue command to show next items in the queue

This commit is contained in:
Fabian Würfl
2018-05-18 23:05:38 +02:00
parent 53b35df4e4
commit fa5495a341
2 changed files with 15 additions and 0 deletions

View File

@ -26,6 +26,7 @@ volume = v
kill = kill
stop_and_getout = oust
joinme = joinme
queue = queue
[strings]
@ -38,11 +39,15 @@ bad_file = Bad file asked
no_file = Not file here
bad_url = Bad URL asked
multiple_matches = Track not found! Possible candidates:
queue_contents = The next items in the queue are:
queue_empty = The queue is empty!
help = Command available:
<br />!play_file <path>
<br />!play_url <url> - youtube or soundcloud
<br />!play_radio <url> - url of a stream
<br />!list - display list of available tracks
<br />!queue - display items in queue
<br />!next - jump to the next music of the playlist
<br />!stop - stop and clear the playlist
<br />!oust - stop + Go to default channel