chore: config file.
This commit is contained in:
@ -31,7 +31,7 @@ username = botamusique
|
||||
comment = Hi, I'm here to play radio, local music or youtube/soundcloud music. Have fun!
|
||||
# default volume from 0 to 1.
|
||||
volume = 0.1
|
||||
# playback mode should be one of "one-shot", "loop", "random"
|
||||
# playback mode should be one of "one-shot", "loop", "random", "autoplay"
|
||||
playback_mode = one-shot
|
||||
|
||||
# target version, stable or testing (testing need to bot installed with git)
|
||||
@ -227,7 +227,8 @@ help = <h3>Commands</h3>
|
||||
<li> <b>!<u>la</u>st </b> - jump to the last 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> (remove
|
||||
item once played), <i>repeat</i> (looping through the playlist), <i>random</i> (randomize the playlist)</li>
|
||||
item once played), <i>repeat</i> (looping through the playlist), <i>random</i> (randomize the playlist),
|
||||
<i>autoplay</i> (randomly grab something from the music library).</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>
|
||||
|
Reference in New Issue
Block a user