Replies: 1 comment 2 replies
-
It should switch to the users with the most points (so streamer3 and another one will be mined). The priority rules are applied regularly against the list of streamers online. So if you have: You start the bot and streamer 1/2 are online, they'll be mined. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If i put Priority.POINTS_DESCEDING and twitch_miner.mine([Streamer("streamer1"), Streamer("streamer2")], followers=True)
This will make my bot watch streamer1 and streamer2 if they are online and if they are not online it will go to the channel where i have the most points (lets call this streamer3) right?
but what if streamer1 and streamer2 was offline when i started the bot but goes online after a while, will the bot switch from streamer3 that was being mined before streamer1/2 went online or will it stay on streamer3 until they go offline and then go to streamer 1/2?
Beta Was this translation helpful? Give feedback.
All reactions