autostop now supports pause/stop
This commit is contained in:
@ -98,8 +98,10 @@ port = 64738
|
||||
#ducking_volume = 0.05
|
||||
#ducking_threshold = 3000
|
||||
|
||||
# 'auto_stop': If a user leaves and the bot is left alone, stop and clear the playlist
|
||||
#auto_stop = False
|
||||
# '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)
|
||||
# If a user leaves and the bot is left alone, stop and clear the playlist
|
||||
#when_nobody_in_channel = nothing
|
||||
|
||||
# [webinterface] stores settings related to the web interface.
|
||||
[webinterface]
|
||||
|
Reference in New Issue
Block a user