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);