diff --git a/src/structures/Guild.js b/src/structures/Guild.js index ec0adb616..df2ee6297 100644 --- a/src/structures/Guild.js +++ b/src/structures/Guild.js @@ -648,6 +648,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} @@ -662,7 +664,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);