diff --git a/fun.py.md b/fun.py.md new file mode 100644 index 0000000..7de22b0 --- /dev/null +++ b/fun.py.md @@ -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.| +