fix: update some text

This commit is contained in:
Terry Geng
2020-03-28 20:46:21 +08:00
parent ef54f44d0f
commit c8d059ced0
3 changed files with 10 additions and 29 deletions

View File

@ -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.