Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 446 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 446 Bytes

dice

A maubot that rolls dice. Has built-in calculator.

Usage

The base command is !roll. To roll dice, pass XdY as an argument, where X is the number of dice (optional) and Y is the number of sides in each dice. Most Python math and bitwise operators and basic math module functions are also supported, which means you can roll different kinds of dice and combine the results however you like.