/roulette

Command: /roulette

Description

The /roulette command allows users to place multiple simultaneous bets on the roulette wheel (numbers 0–36). The command is structured into two main subcommands (simple and advanced) to accommodate different betting styles.

If your prediction is correct, you will win a reward based on your bet amount and the payout odds.

Parameter Table

Bet Type
Payout (Odds)
Numbers Covered
Probability of Hitting

Color (Red/Black)

1:1

18 numbers

17/37

Dozen (1st, 2nd, 3rd)

2:1

12 numbers

17/37

Single Number

35:1

1 number (0-36)

1/37

Green (0)

35:1

1 number (0)

1/37

How to Use

The command requires you to select a subcommand (/roulette simple or /roulette advanced). You can place multiple bets within a single subcommand execution.

1. Subcommand: /roulette simple (Basic Bets)

This mode allows you to bet only on a Color (Red/Black) and/or a Single Number (0–36).

Parameter
Type
Description
Mandatory

single_bet_amount

String

Amount of coins to bet on a single number. E.g., 1k, 5000, a (all).

Optional (Requires single_bet_number)

single_bet_number

Integer

The single number (0-36) you are betting on.

Optional (Requires single_bet_amount)

color_bet_amount

String

Amount of coins to bet on a color. E.g., 5k, a.

Optional (Requires color_prediction)

color_prediction

String

The color you are betting on: Red or Black.

Optional (Requires color_bet_amount)

Example of Use (Simple)

2. Subcommand: /roulette advanced (Multiple and Dozen Bets)

This mode allows you to bet on Multiple Numbers (space-separated), a Color, and/or a Dozen.

Parameter
Type
Description
Mandatory

single_numbers_bet_amount

String

Total coins to bet, which will be divided equally across all numbers listed below. E.g., 1k.

Optional (Requires single_numbers_prediction)

single_numbers_prediction

String

Numbers (0-36) separated by a space. E.g., 1 15 36.

Optional (Requires single_numbers_bet_amount)

color_bet_amount

String

Amount of coins to bet on a color.

Optional (Requires color_prediction)

color_prediction

String

The color: Red or Black.

Optional (Requires color_bet_amount)

dozen_bet_amount

String

Amount of coins to bet on a Dozen.

Optional (Requires dozen_prediction)

dozen_prediction

String

The dozen: d1 (1-12), d2 (13-24), d3 (25-36).

Optional (Requires dozen_prediction)

Example of Use (Advanced)

Last updated