Add bots option to exclude other bot users from autoplay logic (#301)

* Add bots option to exclude other bot users from autoplay logic
* Refactor get_user_count_in_channel to make it more readable
* Remove commandline option and rename config key for "bots"
* Remove --bots from argparse
* Correct when_nobody_in_channel_ignore config read typo
* Fix when_nobody_in_channel_ignore configuration read order
This commit is contained in:
XenonPK
2023-07-03 09:42:40 +01:00
committed by GitHub
parent 6115a0d3ee
commit bb179ebc23
3 changed files with 20 additions and 1 deletions

View File

@ -65,6 +65,7 @@ tmp_folder_max_size = 10
username = botamusique
volume = 0.8
when_nobody_in_channel = nothing
when_nobody_in_channel_ignore =
[webinterface]
access_address = http://127.0.0.1:8181