Added note synonyms. Resolves #21

This commit is contained in:
raeleus 2024-09-29 08:05:49 -07:00
parent 60d136c036
commit 942e4f240e

View file

@ -22,7 +22,7 @@ const removeSkillSynonyms = ["removeskill", "deleteskill", "cancelskill"]
const clearSkillsSynonyms = ["clearskills"]
const checkSynonyms = ["check", "checkstat", "checkstatistic", "checkattribute", "checkability", "checkskill", "skillcheck", "abilitycheck"]
const showNotesSynonyms = ["notes", "shownotes", "viewnotes"]
const noteSynonyms = ["note", "takenote"]
const noteSynonyms = ["note", "takenote", "setnote", "createnote"]
const clearNotesSynonyms = ["clearnotes"]
const eraseNoteSynonyms = ["erasenote", "removenote", "deletenote", "cancelnote"]
const takeSynonyms = ["take", "steal", "get", "grab", "receive", "loot"]