mirror of
https://github.com/raeleus/Hashtag-DnD.git
synced 2025-07-05 13:10:28 -04:00
Added name generation.
This commit is contained in:
parent
efb48e57c7
commit
9763373d33
3 changed files with 117 additions and 1 deletions
|
@ -189,6 +189,8 @@ 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"
|
||||
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"
|
||||
text += "\n#shownotes"
|
||||
text += "\n Shows all the notes."
|
||||
text += "\n#note message"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue