mirror of
https://github.com/raeleus/Hashtag-DnD.git
synced 2025-07-07 06:00:27 -04:00
Fixed incorrect synonyms for bio.
This commit is contained in:
parent
911b0320f3
commit
9e7a69087b
1 changed files with 1 additions and 1 deletions
2
Input.js
2
Input.js
|
@ -1,6 +1,6 @@
|
|||
const rollSynonyms = ["roll"]
|
||||
const createSynonyms = ["create", "generate", "start", "begin", "setup", "party", "member", "new"]
|
||||
const bioSynonyms = ["bio", "biography", "summary", "character", "charactersheet", "statsheet", "abilities", "showabilities"]
|
||||
const bioSynonyms = ["bio", "biography", "summary", "character", "charactersheet", "statsheet"]
|
||||
const setClassSynonyms = ["setclass", "class"]
|
||||
const setSummarySynonyms = ["setsummary", "summary"]
|
||||
const trySynonyms = ["try", "tryto", "tries", "triesto", "attempt", "attemptto", "attemptsto", "do"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue