diff --git a/Input.js b/Input.js index 97d17a5..149a6e1 100644 --- a/Input.js +++ b/Input.js @@ -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"]