Webpack build for branch 11.1-dev: c903929b6b

This commit is contained in:
Travis CI 2017-05-16 14:18:10 +00:00
parent 04eeae772b
commit 5dbf0deb5d

View file

@ -8211,6 +8211,8 @@ class Guild {
} }
/** /**
* Sets the position of the guild in the guild listing.
* <warn>This is only available when using a user account.</warn>
* @param {number} position Absolute or relative position * @param {number} position Absolute or relative position
* @param {boolean} [relative=false] Whether to position relatively or absolutely * @param {boolean} [relative=false] Whether to position relatively or absolutely
* @returns {Promise<Guild>} * @returns {Promise<Guild>}
@ -8225,7 +8227,7 @@ class Guild {
/** /**
* Marks all messages in this guild as read. * Marks all messages in this guild as read.
* <warn>This is only available when using a user account.</warn> * <warn>This is only available when using a user account.</warn>
* @returns {Promise<Guild>} This guild * @returns {Promise<Guild>}
*/ */
acknowledge() { acknowledge() {
return this.client.rest.methods.ackGuild(this); return this.client.rest.methods.ackGuild(this);