The Dice cog implements various dice rolls and other randomness-based functions.
1. roll
Rolls dice.
Rolls a <sides>
-sided die <num>
times, and reports the rolls and total.
Usage: .roll <num>d<sides>
Arguments:
<num>
: Number of dice to roll.<sides>
: Number of sides for each die.- Do not include spaces between the arguments and the
d
.
Channels: #tabletop, #bot-test
Usable By: Anyone
Example:
.rolls 3d6
- Roll three six-sided dice.
2. rollf
Rolls four dice for the FATE tabletop roleplaying game system.
Usage: .rollf
Arguments: None
Channels: #tabletop, #bot-test
Usable By: Anyone
3. choose
Need some help making a decision? Let the bot choose for you!
Usage: .choose <choices>
Arguments:
<choices>
- Two or more choices, separated by commas,
.
Channels: Any
Usable By: Anyone
Examples:
.choose a, b, c