From 5dbf0deb5dc4f4feb547eb57b7b8fec306f5fca9 Mon Sep 17 00:00:00 2001 From: Travis CI Date: Tue, 16 May 2017 14:18:10 +0000 Subject: [PATCH] Webpack build for branch 11.1-dev: c903929b6b561d647ccee5d7629e84332d18d7d0 --- discord.11.1-dev.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/discord.11.1-dev.js b/discord.11.1-dev.js index b95eab41..ec7b386b 100644 --- a/discord.11.1-dev.js +++ b/discord.11.1-dev.js @@ -8211,6 +8211,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} @@ -8225,7 +8227,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);