From a5036afa4436211e8273d4852bbd9de3e6ae45ba Mon Sep 17 00:00:00 2001 From: Arthur Neuman Date: Sun, 8 Sep 2019 18:49:04 -0400 Subject: [PATCH] Update README for 1.2.4 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fe5ab94..ff0607a 100644 --- a/README.md +++ b/README.md @@ -288,6 +288,7 @@ Parameter|Type|Description|Default [data.options.onCancelFunction]|function|A function to run once the await expires or is cancelled.|* [data.options.channel]|String|The ID of the channel to await the message. (By default, it's the channel the command was called in.)|* [data.options.shiftCount]|Number|The amount of times the command handler shifts space-separated words to improve argument usage.|* +[data.options.requirePrefix]|Boolean|Whether the await requires the bot prefix to be triggered.|* data|Object|The await data.|X data.action|awaitAction|The await action.|X ***