You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Moving mutli roll logic from / to ; to resolve an issue with division
operations but also align with other dice rolling bots on the discord
app market.
Copy file name to clipboardexpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -134,9 +134,9 @@ A roll set is possible. Below is an example of the command:
134
134
135
135
`/roll 6 4d6` : Roll 6 sets of four six-sided dice. A size of a set can be between 2 and 20.
136
136
137
-
Or you can combine multiple unique rolls in a single request. The max unique rolls here is **four** due to Discord API limitations. Example roll is as follows:
137
+
Or you can combine multiple unique rolls in a single request. The max unique rolls here is **four** due to Discord API limitations. Rolls are separated with a semicolon. Example roll is as follows:
138
138
139
-
`/roll 4d100 / 10d6 e6 k8 +4/ 3d10 k2/ ul 3d100`
139
+
`/roll 4d100 ; 10d6 e6 k8 +4; 3d10 k2; ul 3d100`
140
140
141
141
**Note:** Multi roll support is in a "beta feature" stage and some more complicated rolls may cause issues. Please report on github if you run into a problem!
0 commit comments