From 04eeae772bf7fa2c9c3d8556c7cd9ecee074ddd7 Mon Sep 17 00:00:00 2001 From: Travis CI Date: Tue, 16 May 2017 14:17:12 +0000 Subject: [PATCH] Webpack build for branch master: 4aa734b9efc8dd0df8d1398183b866a8a2ef17b6 --- discord.master.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/discord.master.js b/discord.master.js index 5b70e918..fcdcc577 100644 --- a/discord.master.js +++ b/discord.master.js @@ -7423,6 +7423,8 @@ class Guild { } /** + * Sets the position of the guild in the guild listing. + * This is only available when using a user account. * @param {number} position Absolute or relative position * @param {boolean} [relative=false] Whether to position relatively or absolutely * @returns {Promise} @@ -7437,7 +7439,7 @@ class Guild { /** * Marks all messages in this guild as read. * This is only available when using a user account. - * @returns {Promise} This guild + * @returns {Promise} */ acknowledge() { return this.client.rest.methods.ackGuild(this);