You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Supported programming languages: __Lua, Javascript__ and __Python__
133
143
* Supported multiple dice-sites
134
144
* Supported multiple strategies
@@ -170,6 +180,9 @@ bash start.sh
170
180
|__bethigh__|bool|Read Write|Whether to bet high/over (true) or low/under(false). Defaults to true (bet high/bet over)|
171
181
|__win__|bool|Read Only|Indicates whether the last bet you made was a winning bet (true) or a losing bet (false).|
172
182
|__currentprofit__|double|Read Only|Shows the profit for the last bet made. This is not the amount returned. betting 1 unit at x2 payout, when winning, currentprofit will show 0.00000001 (returned =0.00000002), when losing, profit will show -0.00000001|
183
+
|__currentstreak__|double|Read Only|Shows the current winning or losing streak. When positive (>0), it's a winning streak. When negative (<0) it's a losing streak. Can never be 0. Only set after first bet.|
184
+
|__currentroll__|double|Read Only|Show current roll information|
185
+
173
186
174
187
*__Current Session Info__
175
188
@@ -180,8 +193,7 @@ bash start.sh
180
193
|__wins__|int|Read Only|Shows the number of wins for the current session.|
181
194
|__losses__|int|Read Only|Shows the number of losses for the current session.|
182
195
|__profit__|double|Read Only|Shows your session profit. Session is defined as the time since opening the current instance of bot or the last time you reset your stats in the bot.|
183
-
|__currentstreak__|double|Read Only|Shows the current winning or losing streak. When positive (>0), it's a winning streak. When negative (<0) it's a losing streak. Can never be 0. Only set after first bet.|
184
-
|__currentroll__|double|Read Only|Show current roll information|
0 commit comments