From 942e4f240e0e7c4ebc3239191d6fdc241624b03c Mon Sep 17 00:00:00 2001 From: raeleus Date: Sun, 29 Sep 2024 08:05:49 -0700 Subject: [PATCH] Added note synonyms. Resolves #21 --- Input.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]