New feature
This commit is contained in:
@ -1,8 +1,9 @@
|
||||
[bot]
|
||||
comment = Coucou, Je suis n<EFBFBD>e du savoir du Azlux, acc<EFBFBD>s au https://azlux.fr/bot
|
||||
comment = Coucou, Je suis née du savoir du Azlux, accès au https://azlux.fr/bot
|
||||
volume = 0.1
|
||||
admin = Azlux;AzMobile
|
||||
music_folder = /home/dmichel/botamusique/music/
|
||||
tmp_folder = /tmp/
|
||||
is_proxified = True
|
||||
|
||||
[debug]
|
||||
@ -10,14 +11,20 @@ ffmpeg = False
|
||||
mumbleConnection = False
|
||||
|
||||
[command]
|
||||
play_file = play
|
||||
play_file = file
|
||||
play_url = url
|
||||
play_radio = radio
|
||||
|
||||
help = help
|
||||
stop = stop
|
||||
list = list
|
||||
next = next
|
||||
current_music = np
|
||||
volume = v
|
||||
kill = kill
|
||||
stop_and_getout = oust
|
||||
joinme = joinme
|
||||
list = list
|
||||
|
||||
|
||||
[strings]
|
||||
current_volume = volume : %d%%
|
||||
@ -27,3 +34,14 @@ not_admin = T'es pas admin, patate !
|
||||
not_playing = Aucun stream en lecture
|
||||
bad_file = Bad file asked
|
||||
no_file = Not file here
|
||||
bad_url = Bad URL asked
|
||||
|
||||
help = Command available:
|
||||
<br />!play_file <path>
|
||||
<br />!play_url <url> - youtube or soundcloud
|
||||
<br />!play_radio <url> - url of a stream
|
||||
<br />!next - jump to the next music of the playlist
|
||||
<br />!stop - stop and clear the playlist
|
||||
<br />!play_file - stop + Go to default channel
|
||||
<br />!v - get or change the volume (in %)
|
||||
<br />!joinme
|
||||
|
Reference in New Issue
Block a user