Created fun.py (markdown)

Akumatic 2019-10-09 14:03:45 +02:00
parent 95728a6274
commit 2f02ae1f72

14
fun.py.md Normal file

@ -0,0 +1,14 @@
# Extension: fun.py
This extension gives the fun/game commands.
## Commands
|Command|Arguments|Required Permission|Description|
|---|---|---|---|
|`ping`|||Sends "Pong" as response.|
|`dice`|[sides=6] [numOfDices=1]||Rolls `numOfDices` Dices with `sides` sides. `sides` max value is 120, `numOfDices` max value is 25.|
|`magic8ball` `8ball`|{text}||Asks 8ball a yes/no question.|
|`coin`|||Throws a coin.|
|`rps`|{"r" / "p" / "s"}||Plays "Rock, Paper, Scissors" with the bot.|
|`roll`|[min=0] [max=100]||Generates a random number N with `min` <= N <= `max`. Swaps `min` and `max` if `min > max`.|
|`decide`|{choice1, choice2, ...}||Selects one of the given choices. Choices have to be separated by comma.|