mirror of
https://github.com/raeleus/Hashtag-DnD.git
synced 2025-09-07 00:27:23 -04:00
Allow adding a value to dice rolls in #roll.
This commit is contained in:
parent
09b404cbdc
commit
ca76856c90
4 changed files with 24 additions and 11 deletions
|
@ -224,7 +224,7 @@ const modifier = (text) => {
|
|||
|
||||
text += "--Basic Hashtags--"
|
||||
text += "\n#roll (advantage|disadvantage) (dice_value)"
|
||||
text += "\n Rolls a die/dice and shows the result. dice_value can be in the following formats 5d20 or d20 or 20. The parameters can be listed in any order."
|
||||
text += "\n Rolls a die/dice and shows the result. dice_value can be in the following formats 5d20+6 or 5d20 or d20 or 20. The parameters can be listed in any order."
|
||||
text += "\n#generatename (male|female) (fantasy|modern|scifi|nordic)"
|
||||
text += "\n Retrieves a random name from a list of names in the specified gender and genre. The parameters can be listed in any order."
|
||||
text += "\n#shownotes"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue