When you enable shortcuts by using $enableshortcuts
, you can place bets with fewer keystrokes in both the spam channel and private messages to Redbot.
Instead of typing the full command such as $bet 100
, you can simply type b100
if you want to bet 100 bits. The same principle applies to
side bets like $low 50
→ l50
or $safe 200
→ s200
.
$bet <amount>
b<amount>
This also applies to side bet commands:
$low 10
can be shortened to l10
$ut 10
can be shortened to u10
$safe 10
can be shortened to s10
These shortcuts can save you time but must be used with caution, since a small typo could lead to unintended bets.
They are intended for advanced users who understand the risks. If you want to disable shortcuts at any time,
simply use $disableshortcuts
.
For completeness, here are some more examples of valid shortcut commands:
b1
→ Bet 1 bit on red (equivalent to $bet 1
)l20
→ Bet 20 bits on the game being under 1.2x ($low 20
)s50
→ Bet 50 bits on the game being under 28x ($safe 50
)u100
→ Bet 100 bits on the game being under 10x ($ut 100
)
As long as shortcuts are enabled, typing b
, l
, s
, or u
followed by a number will send that bet to Redbot.
If you need to revert to the full commands, use $disableshortcuts
.