fix: update some text
This commit is contained in:
@ -98,10 +98,12 @@ port = 64738
|
||||
#ducking_volume = 0.05
|
||||
#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), "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': Specify what the bot should do if nobody is in the channel.
|
||||
# Possible value of this options are:
|
||||
# - "pause",
|
||||
# - "pause_resume" (pause and resume once somebody re-enters the channel)
|
||||
# - "stop" (also clears playlist)
|
||||
# - "nothing" (do nothing)
|
||||
#when_nobody_in_channel = nothing
|
||||
|
||||
# [webinterface] stores settings related to the web interface.
|
||||
|
Reference in New Issue
Block a user