kreicer / dice-roller-bot

Discord bot for rolling dice.
GNU General Public License v3.0
15 stars 3 forks source link

Fixed commands prefix in detailed help commands #2

Closed kreicer closed 2 years ago

kreicer commented 2 years ago

Example:

!help roll

Output:

![roll|r] dice_1 [dice_2... dice_n]

Roll different type of dice in one roll:
- single die, single roll: ?roll d20
- single die, multiple rolls: ?roll 10d4
- multiple dice, single roll: ?roll d4 d8 d20
- multiple dice, multiple rolls: ?roll 4d8 4d4 2d20
- co-co-combo: ?roll d20 5d10 d100 d12

Issue with ?roll cos bot can use different prefix.

kreicer commented 2 years ago

Fixed. Now detailed help give back current prefix, not predefined.