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 ***