1
0
mirror of https://github.com/azlux/botamusique synced 2024-11-23 22:06:09 +00:00

Compare commits

..

3 Commits

Author SHA1 Message Date
75c54f2258
Merge pull request #290 from kusky3/master
update config
2021-08-18 10:32:33 +02:00
kusky
5436aee3c8
Update configuration.default.ini 2021-08-18 06:23:28 +02:00
kusky
743ca552a6
Update configuration.example.ini 2021-08-18 06:22:21 +02:00
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ playback_mode = one-shot
autoplay_length = 5
clear_when_stop_in_oneshot = False
# target version, stable/testing/git (git need to be installed with git)
# target version, stable/testing/git (testing needs to be installed with git)
target_version = git
# Users allowed to kill the bot, or ban URLs.

View File

@ -64,7 +64,7 @@ port = 64738
#autoplay_length = 5
#clear_when_stop_in_oneshot = False
# target version, stable or testing (testing need to be installed with git)
# target version, stable or testing (testing needs to be installed with git)
# stable will use simple bash with curl command to get releases, testing will follow github master branch with git commands
#target_version = stable