File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -90,11 +90,11 @@ See the [Self-Hosting](#self-hosting) section below for detailed instructions.
9090
9191| Command | Description | Example |
9292| ---------| -------------| ---------|
93- | ` /roll XdY s ` | Simplified output | ` /roll 4d6 s ` |
94- | ` /roll XdY nr ` | No results shown | ` /roll 4d6 nr ` |
95- | ` /roll XdY p ` | Private roll | ` /roll 4d6 p ` |
93+ | ` /roll s XdY ` | Simplified output | ` /roll 4d6 s ` |
94+ | ` /roll nr XdY ` | No results shown | ` /roll 4d6 nr ` |
95+ | ` /roll p XdY ` | Private roll | ` /roll 4d6 p ` |
9696| ` /roll XdY ! comment ` | Add comment | ` /roll 4d6 ! Damage roll ` |
97- | ` /roll XdY ul ` | Unsorted results | ` /roll 4d6 ! unsort ` |
97+ | ` /roll ul XdY ` | Unsorted results | ` /roll 4d6 ! unsort ` |
9898
9999### Utility Commands
100100
You can’t perform that action at this time.
0 commit comments