google.ca - abujaki/Smithers GitHub Wiki

Dice Rolling

/r <numberOfDice:int>d<diceSideNumber:int> where numberOfDice is the number of times the die is rolled, and diceSideNumber is the maximum number that can be rolled on that die (starting at 1)

Example: /r 4d6 will return the values 5,3,3,2