From b33d5f0da9074abe966681638e6177d2f098b25e Mon Sep 17 00:00:00 2001 From: Nick Walton Date: Wed, 27 May 2020 20:39:30 -0600 Subject: [PATCH] Update README.md --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index d2a2f98..49ba99f 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,3 @@ The `state` variable can be used to store information that's persistent across f ### Console `console.log("Some message")` will log messages that you can see in the scripting console - -### Utils -`const questCompleted = await utils.checkQuestCompleted({history, quest, text})` can be used to check whether a quest was completed.