Browse Source

changed help output to reflect how it is now called

tags/v1.7.1
Terra Barber 6 years ago
parent
commit
d58a8eddb2
1 changed files with 2 additions and 3 deletions
  1. +2
    -3
      roxbot/cogs/fun.py

+ 2
- 3
roxbot/cogs/fun.py View File

@@ -22,7 +22,7 @@ class Fun:
spaces in expression are ignored
Example:
.roll 2d20h1 + 7 # Rolls two D20s takes the highest 1, then adds 7
.roll #will give brief overview of dice expression format
.help roll #will give brief overview of dice expression format

Dice expression format:
An expression can consist of many sub expressions added together and then a multiplier at the end to indicate how many times the expression should be rolled.
@@ -33,8 +33,7 @@ class Fun:
add r<number> #reroll any rolls below <number>
add h<number> #only sum the <number> highest rolls rather than all of them
add l<number> #only sum the <number> lowest rolls rather than all of them
+<number> # Add this number to the sum.
x<number> #only use at the end. roll the rest of the expression <number> times(max 10)")
x<number> #only use at the end. roll the rest of the expression <number> times(max 10)
Credit: TBTerra#5677
"""
rollMaxRolls = 10

Loading…
Cancel
Save