Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ See the [Self-Hosting](#self-hosting) section below for detailed instructions.
| Command | Description | Example |
|---------|-------------|---------|
| `/roll N XdY` | Roll N sets of XdY | `/roll 6 4d6` (roll 6 sets of 4d6) |
| `/roll A; B; C` | Multiple different rolls | `/roll 1d20; 2d6; 1d4` |
| `/roll A; B; C` | Multiple different rolls | `/roll 4d100 ; 10d6 e6 k8 +4; 3d10 k2; ul 3d100` |

*Note: Maximum of 4 different rolls per command, sets can be 2-20.*

Expand Down