From ffc22f798379d040d7e37d701b89e50e031e06b9 Mon Sep 17 00:00:00 2001 From: Travis CI Date: Sat, 28 Oct 2017 09:37:42 +0000 Subject: [PATCH] Webpack build for branch master: 291af7e845126d10a5fd95c6a6576e0e40a9e0ac --- discord.master.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord.master.js b/discord.master.js index c760e5ea..d90f3ad4 100644 --- a/discord.master.js +++ b/discord.master.js @@ -15002,7 +15002,7 @@ const { TypeError } = __webpack_require__(4); * @property {ChannelResolvable} [channel] Channel to limit search to (only for guild search endpoint) * @property {UserResolvable} [author] Author to limit search * @property {string} [authorType] One of `user`, `bot`, `webhook`, or add `-` to negate (e.g. `-webhook`) - * @property {string} [sortBy='recent'] `recent` or `relevant` + * @property {string} [sortBy='timestamp'] `timestamp` or `relevant` * @property {string} [sortOrder='descending'] `ascending` or `descending` * @property {number} [contextSize=2] How many messages to get around the matched message (0 to 2) * @property {number} [limit=25] Maximum number of results to get (1 to 25)