Webpack build for branch master: 68c25fef28

This commit is contained in:
Travis CI 2017-05-30 13:37:58 +00:00
parent 7b21bb9dbe
commit 22d52cfeb9

View file

@ -5680,7 +5680,8 @@ class Guild {
/**
* Fetch a collection of banned users in this guild.
* @returns {Promise<Collection<Snowflake, User>>}
* The returned collection contains user objects keyed under `user` and reasons keyed under `reason`.
* @returns {Promise<Collection<Snowflake, Object>>}
*/
fetchBans() {
return this.client.api.guilds(this.id).bans.get().then(bans =>