refactor: changed all 'loop' into 'repeat', which is the term used in iTunes

This commit is contained in:
Terry Geng
2020-02-26 23:37:53 +08:00
parent 76547886d1
commit a46a1d7073
6 changed files with 9 additions and 9 deletions

View File

@ -200,7 +200,7 @@ help = <h3>Commands</h3>
<li> <b>!<u>sk</u>ip </b> - jump to the next song </li>
<li> <b>!<u>v</u>olume </b> {volume} - get or change the volume (from 0 to 100) </li>
<li> <b>!<u>m</u>ode </b> [{mode}] - get or set the playback mode, {mode} should be one of <i>one-shot</i> (play the playlist
once), <i>loop</i> (looping through the playlist), <i>random</i> (randomize the playlist)</li>
once), <i>repeat</i> (looping through the playlist), <i>random</i> (randomize the playlist)</li>
<li> <b>!duck </b> on/off - enable or disable ducking function </li>
<li> <b>!duckv </b> - set the volume of the bot when ducking is activated </li>
<li> <b>!<u>duckt</u>hres </b> - set the threshold of volume to activate ducking (3000 by default) </li>