add play_resume option

This commit is contained in:
Martin Römer
2020-03-23 19:00:34 +01:00
parent b6ea3c5bff
commit 7b1415948a
2 changed files with 21 additions and 14 deletions

View File

@ -99,7 +99,8 @@ port = 64738
#ducking_threshold = 3000
# 'when_nobody_in_channel': should the music stop playing when everybody left the channel
# it should be one of "pause" (pause current song), "stop" (also clears playlist) or "nothing" (keep playing music)
# it should be one of "pause" (pause current song), "pause_resume" (pause current song and resume once somebody reenters the channel)
# "stop" (also clears playlist) or "nothing" (keep playing music)
# If a user leaves and the bot is left alone, stop and clear the playlist
#when_nobody_in_channel = nothing