Updated some bet descriptions to include 'all' 'half' usage instructions
This commit is contained in:
parent
13be30e823
commit
a51df649e2
1 changed files with 17 additions and 6 deletions
|
@ -843,7 +843,12 @@ setservericon:
|
|||
- img:
|
||||
desc: "The URL of the image file to be displayed as the bot's banner."
|
||||
send:
|
||||
desc: 'Sends a message to a channel or user. Channel or user can be '
|
||||
desc: |-
|
||||
Sends a message to a channel or user.
|
||||
You can write "channel" (literally word 'channel') first followed by the channel id or channel mention, or
|
||||
You can write "user" (literally word 'user') first followed by the user id or user mention.
|
||||
After either one of those, specify the message to be sent.
|
||||
This command can only be used by the Bot Owner.
|
||||
ex:
|
||||
- channel 123123123132312 Stop spamming commands plz
|
||||
- user 1231231232132 I can see in the console what you're doing.
|
||||
|
@ -1365,6 +1370,7 @@ betflip:
|
|||
The result can be heads or tails.
|
||||
Guessing correctly rewards you with 1.95x of the currency you've bet (rounded up).
|
||||
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.
|
||||
ex:
|
||||
- 5 heads
|
||||
- 3 t
|
||||
|
@ -1630,7 +1636,7 @@ rps:
|
|||
desc: |-
|
||||
Play a game of Rocket-Paperclip-Scissors with Ellie.
|
||||
You can bet on it. Multiplier is the same as on betflip.
|
||||
You can type 'all', 'half' or 'X%' to bet that part of your current balance.
|
||||
You can type 'all', 'half' or 'X%' instead of the amount to bet that part of your current balance.
|
||||
ex:
|
||||
- r 100
|
||||
- scissors
|
||||
|
@ -2755,7 +2761,7 @@ waifutransfer:
|
|||
newOwner:
|
||||
desc: "The user to whom ownership of the waifu is being transferred."
|
||||
waifugift:
|
||||
desc: -|
|
||||
desc: |-
|
||||
Gift an item to a waifu user.
|
||||
The waifu's value will be increased by the percentage of the gift's value.
|
||||
You can optionally prefix the gift with a multiplier to gift the item that many times.
|
||||
|
@ -3765,7 +3771,11 @@ expredit:
|
|||
message:
|
||||
desc: "The text that will replace the original response in the expression's output."
|
||||
say:
|
||||
desc: Bot will send the message you typed in the specified channel. If you omit the channel name, it will send the message in the current channel. Supports embeds.
|
||||
desc: |-
|
||||
Make the bot say something, or in other words, make the bot send the message.
|
||||
You can optionally specify the channel where the bot will send the message.
|
||||
If you omit the channel name, it will send the message in the current channel.
|
||||
Supports embeds.
|
||||
ex:
|
||||
- hi
|
||||
- '#chat hi'
|
||||
|
@ -4334,6 +4344,7 @@ betdraw:
|
|||
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.
|
||||
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.
|
||||
ex:
|
||||
- 50 r
|
||||
- 200 b l
|
||||
|
|
Loading…
Reference in a new issue