# Coinflip Game Feature

The Coinflip Game feature allows users to participate in a coin flip game where they can bet BlahajCoin currency on the outcome.

## Command

### `/coinflip`

Command to play the coin flip game.

- **Usage**: `/coinflip flip amount`
  - `flip`: Choose the side of the coin to bet on. Available choices are "Heads" and "Tails".
  - `amount`: The amount of BlahajCoin to bet on the coin flip.

#### Example

`/coinflip Heads 10`

This will flip a coin and bet 10 BlahajCoin on the "Heads" side.

- If the chosen side matches the outcome, the user wins and receives the bet amount.
- If the chosen side does not match the outcome, the user loses the bet amount.