General
Roll
Roll one or more dice with optional modifiers.
Command Info
Usage
/roll [sides] [count] [offset]Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| sides | Number | Optional | Number of sides on each die (default 6) |
| count | Number | Optional | Number of dice to roll (default 1) |
| offset | Number | Optional | Value to add to the total roll |
Overview#
Roll dice with configurable sides, count, and offset. Defaults to a single six-sided die.
Behavior#
- Rolls the specified number of dice with the given number of sides
- Adds the offset to the total if provided
- Displays each individual die result and the total
Examples#
/roll
/roll sides:20
/roll sides:6 count:3
/roll sides:20 count:2 offset:5