Game
/game 8ball
Section titled “/game 8ball”Ask the magic 8 ball a question
| Option | Type | Description |
|---|---|---|
question * | String | Ask the magic 8 ball a questionRequired.Default: . |
hide | Boolean | Only show the result for you |
/game roll
Section titled “/game roll”Roll a random number
| Option | Type | Description |
|---|---|---|
min | Integer | The minimum number to roll (default = 1)Default: 1. |
max | Integer | The maximum number to roll (default = 10)Default: 10. |
hide | Boolean | Only show the result for you |
/game rps
Section titled “/game rps”Play Rock Paper Scissors
| Option | Type | Description |
|---|---|---|
weapon * | String | Do you pick rock, paper or scissors?Required.Default: . |
hide | Boolean | Only show the result for you |
