Roll

Roll one or more dice with optional modifiers.

Command Info
Usage/roll [sides] [count] [offset]
Parameters
NameTypeRequiredDescription
sidesNumberOptionalNumber of sides on each die (default 6)
countNumberOptionalNumber of dice to roll (default 1)
offsetNumberOptionalValue 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