We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b618be commit 30bd502Copy full SHA for 30bd502
1 file changed
plugins/mpd.rb
@@ -165,6 +165,8 @@ def help(h)
165
h << "<b>#{@@bot[:controlstring]}pp</b> - Toggle pause/play.<br>"
166
h << "<b>#{@@bot[:controlstring]}stop</b> - Stop playing.<br>"
167
h << "<b>#{@@bot[:controlstring]}play</b> - Start playing.<br>"
168
+ h << "<b>#{@@bot[:controlstring]}play first</b> - Play the first song in the queue.<br>"
169
+ h << "<b>#{@@bot[:controlstring]}play last</b> - Play the last song in the queue.<br>"
170
h << "<b>#{@@bot[:controlstring]}play <i>number</i></b> - Play title on position <i>number</i> in queue.<br>"
171
h << "<b>#{@@bot[:controlstring]}songlist</b> - Print the list of ALL songs in the MPD collection.<br>"
172
h << "<b>#{@@bot[:controlstring]}playlist <i>id</i></b> - Load the playlist referenced by the id.<br>"
0 commit comments