dice icon indicating copy to clipboard operation
dice copied to clipboard

A maubot plugin that rolls dice.

Results 3 dice issues
Sort by recently updated
recently updated
newest added

Now a range can be specified to pick random numbers from: `!roll 1d{0,9}`, `!roll 2d{3,7}`, `!roll 3d{-5,-1}`. Additionally the help subcommand was added that returns the same content as `README.md`...

In some cases zero is desirable in roll results. I took a quick look at the code, and it seems that zero is never returned as a possible outcome (except...

This PR Implements the World of Darkness style of rolling a pool of D10s and comparing against a given threshold for each roll.