chore: config file.
This commit is contained in:
@ -30,7 +30,7 @@ port = 64738
|
||||
|
||||
# 'playback_mode' defined the playback mode of the bot.
|
||||
# it should be one of "one-shot" (remove item once played), "repeat" (looping through the playlist),
|
||||
# or "random" (randomize the playlist).
|
||||
# or "random" (randomize the playlist), "autoplay" (randomly grab something from the music library).
|
||||
# This option will be overridden by value in the database.
|
||||
#playback_mode = one-shot
|
||||
|
||||
@ -71,8 +71,11 @@ port = 64738
|
||||
#allow_other_channel_message = False
|
||||
#allow_private_message = True
|
||||
|
||||
# 'save_playlist': If save_playlist is set True, the bot will save current
|
||||
# playlist before quitting and reload it the next time it start.
|
||||
# 'save_music_library': If this is set True, the bot will save the metadata of music into the database.
|
||||
#save_music_library = True
|
||||
|
||||
# 'save_playlist': If save_playlist is set True, the bot will save current playlist before quitting
|
||||
# and reload it the next time it start. It requires save_music_library to be True to function.
|
||||
#save_playlist = True
|
||||
|
||||
# 'max_track_playlist': Maximum track played when a playlist is added.
|
||||
|
Reference in New Issue
Block a user