From c903929b6b561d647ccee5d7629e84332d18d7d0 Mon Sep 17 00:00:00 2001 From: bdistin Date: Tue, 16 May 2017 09:11:11 -0500 Subject: [PATCH] guild setPosition missing docs (#1498) * missing docs * update return docs --- src/structures/Guild.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/structures/Guild.js b/src/structures/Guild.js index bbb74624f..d1015a8cf 100644 --- a/src/structures/Guild.js +++ b/src/structures/Guild.js @@ -634,6 +634,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} @@ -648,7 +650,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);