I'm having big trouble to set Delaymode. #759
Unanswered
OPRESSORZXD
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So this is what I tried to do, but it just doesn't work for some reason.
Streamer("blablabla", settings=StreamerSettings(make_predictions=False , follow_raid=True , claim_drops=True , watch_streak=True , bet=BetSettings(strategy=Strategy.PERCENTAGE , percentage=5 , stealth_mode=False, delay_mode=DelayMode.FROM_END, delay=6 , percentage_gap=20 , max_points=1234 , filter_condition=FilterCondition(by=OutcomeKeys.TOTAL_POINTS, where=Condition.GTE, value=250 ) ) )),
Beta Was this translation helpful? Give feedback.
All reactions