Added name generation.

This commit is contained in:
raeleus 2024-09-25 00:00:26 -07:00
parent efb48e57c7
commit 9763373d33
3 changed files with 117 additions and 1 deletions

View file

@ -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"