We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deb4d5e commit caf47a1Copy full SHA for caf47a1
sopel/modules/dice.py
@@ -220,6 +220,7 @@ def _roll_dice(dice_match: re.Match[str]) -> DicePouch:
220
"I don't know how to process that. "
221
"Are the dice as well as the algorithms correct?")
222
@plugin.example(".roll 65(2)", "I couldn't find any valid dice expressions.")
223
+@plugin.example(".roll 2d-2", "I don't have any dice with -2 sides.")
224
@plugin.example(".roll 1d0", "I don't have any dice with 0 sides.")
225
@plugin.example(".roll -1d6", "I can't roll -1 dice.")
226
@plugin.example(".roll 3d6v-1", "I can't drop the lowest -1 of 3 dice.")
0 commit comments