Updated bot strings to clarify all half and x% usage
This commit is contained in:
parent
a51df649e2
commit
e4cc5f4e80
1 changed files with 7 additions and 7 deletions
|
@ -1370,7 +1370,7 @@ betflip:
|
||||||
The result can be heads or tails.
|
The result can be heads or tails.
|
||||||
Guessing correctly rewards you with 1.95x of the currency you've bet (rounded up).
|
Guessing correctly rewards you with 1.95x of the currency you've bet (rounded up).
|
||||||
Multiplier can be changed by the bot owner.
|
Multiplier can be changed by the bot owner.
|
||||||
You can type 'all', 'half' or 'X%' instead of the amount to bet that part of your current balance.
|
You can specify 'all', 'half' or 'X%' instead of the amount to bet that part of your current balance.
|
||||||
ex:
|
ex:
|
||||||
- 5 heads
|
- 5 heads
|
||||||
- 3 t
|
- 3 t
|
||||||
|
@ -1519,7 +1519,7 @@ betroll:
|
||||||
desc: |-
|
desc: |-
|
||||||
Bets the specified amount of currency and rolls a dice.
|
Bets the specified amount of currency and rolls a dice.
|
||||||
Rolling over 66 yields x2 of your currency, over 90 - x4 and 100 x10.
|
Rolling over 66 yields x2 of your currency, over 90 - x4 and 100 x10.
|
||||||
You can type 'all', 'half' or 'X%' to bet that part of your current balance.
|
You can specify 'all', 'half' or 'X%' instead of the amount to bet that part of your current balance.
|
||||||
ex:
|
ex:
|
||||||
- 5
|
- 5
|
||||||
params:
|
params:
|
||||||
|
@ -1530,7 +1530,7 @@ luckyladder:
|
||||||
Bets the specified amount of currency on the lucky ladder.
|
Bets the specified amount of currency on the lucky ladder.
|
||||||
You can stop on one of many different multipliers.
|
You can stop on one of many different multipliers.
|
||||||
The won amount is rounded down to the nearest whole number.
|
The won amount is rounded down to the nearest whole number.
|
||||||
You can type 'all', 'half' or 'X%' to bet that part of your current balance.
|
You can specify 'all', 'half' or 'X%' instead of the amount to bet that part of your current balance.
|
||||||
ex:
|
ex:
|
||||||
- 10
|
- 10
|
||||||
params:
|
params:
|
||||||
|
@ -1635,8 +1635,8 @@ choose:
|
||||||
rps:
|
rps:
|
||||||
desc: |-
|
desc: |-
|
||||||
Play a game of Rocket-Paperclip-Scissors with Ellie.
|
Play a game of Rocket-Paperclip-Scissors with Ellie.
|
||||||
You can bet on it. Multiplier is the same as on betflip.
|
You can bet on it. Winning awards you 1.95x of the bet.
|
||||||
You can type 'all', 'half' or 'X%' instead of the amount to bet that part of your current balance.
|
You can specify 'all', 'half' or 'X%' instead of the amount to bet that part of your current balance.
|
||||||
ex:
|
ex:
|
||||||
- r 100
|
- r 100
|
||||||
- scissors
|
- scissors
|
||||||
|
@ -2718,7 +2718,7 @@ betstats:
|
||||||
slot:
|
slot:
|
||||||
desc: |-
|
desc: |-
|
||||||
Play Ellie slots by placing your bet.
|
Play Ellie slots by placing your bet.
|
||||||
You can type 'all', 'half' or 'X%' to bet that part of your current balance.
|
You can specify 'all', 'half' or 'X%' instead of the amount to bet that part of your current balance.
|
||||||
ex:
|
ex:
|
||||||
- 5
|
- 5
|
||||||
params:
|
params:
|
||||||
|
@ -4344,7 +4344,7 @@ betdraw:
|
||||||
You can specify `r` or `b` for red or black, and `h` or `l` for high or low.
|
You can specify `r` or `b` for red or black, and `h` or `l` for high or low.
|
||||||
You can specify only h/l or only r/b or both.
|
You can specify only h/l or only r/b or both.
|
||||||
Returns are high but **7 always loses**.
|
Returns are high but **7 always loses**.
|
||||||
You can type 'all', 'half' or 'X%' instead of the amount to bet that part of your current balance.
|
You can specify 'all', 'half' or 'X%' instead of the amount to bet that part of your current balance.
|
||||||
ex:
|
ex:
|
||||||
- 50 r
|
- 50 r
|
||||||
- 200 b l
|
- 200 b l
|
||||||
|
|
Loading…
Reference in a new issue