Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mintlify.com/noskap/kojima-bot/llms.txt

Use this file to discover all available pages before exploring further.

The /gamble command gives every server member access to a small casino with three minigames: a slot machine, a coin flip, and a roulette wheel. Chips are tracked per user per guild and are accumulated by catching spawns. There is no way to purchase chips — they exist purely for fun.
All /gamble commands must be used in a server (not DMs). Chip balances are per user per guild and do not carry across servers.
Chips are fictional and have no real-world value. The maximum bet across all games is 500,000 chips.

Subcommands

/gamble balance

Checks your current chip balance. The reply is ephemeral — only you can see it. New players start with 100 chips.
/gamble balance

/gamble slots

Spins three independent reels. If all three reels show the same symbol, you win bet × multiplier chips returned to your balance. No match loses the bet entirely. A triple 💎 diamond is the jackpot.
/gamble slots <bet>
bet
integer
required
The number of chips to wager. Must be between 1 and 500,000.
Payout table
SymbolEmojiTriple multiplier
Cherry🍒×5
Lemon🍋×8
Bell🔔×12
Star×22
Diamond💎×45 (jackpot)
For example, betting 1,000 chips on a triple 🔔 bell returns 12,000 chips (net +11,000). A triple 💎 diamond on a 1,000-chip bet returns 45,000 chips (net +44,000).
There are five symbols on each reel, each with equal probability. The chance of any specific triple is 1 in 25 (4%).

/gamble flip

A straightforward 50/50 double-or-nothing coin flip. Call heads or tails before the coin lands. A correct call returns 2× the bet (net profit equal to the bet amount). An incorrect call removes the bet from your balance.
/gamble flip <bet> <call>
bet
integer
required
The number of chips to wager. Must be between 1 and 500,000.
call
string
required
Your prediction for the coin toss. Choices: Heads or Tails.

/gamble roulette

European-style roulette with numbers 0–36. Bet on a colour — Red, Black, or Green — and win if the ball lands on a number of that colour.
/gamble roulette <bet> <color>
bet
integer
required
The number of chips to wager. Must be between 1 and 500,000.
color
string
required
The colour to bet on. Choices: Red, Black, or Green (0).
ColourNumbersPayout
🔴 Red1, 3, 5, 7, 9, 12, 14, 16, 18, 19, 21, 23, 25, 27, 30, 32, 34, 36×2
⚫ BlackAll remaining numbers 1–36 not listed above×2
🟢 Green0 only×15
Red numbers are: 1, 3, 5, 7, 9, 12, 14, 16, 18, 19, 21, 23, 25, 27, 30, 32, 34, 36. All other numbers 1–36 are black. Zero (0) is always green. The wheel has 37 pockets (0–36), matching standard European roulette rules.
Winning a Red or Black bet returns 2× the bet (net +bet). Winning a Green bet returns 15× the bet (net +14× bet). Any bet on a colour that does not match the result loses the wagered chips.

Build docs developers (and LLMs) love