From 22d52cfeb9ae4e3a2505d7fa8b5ba7a3a8a4ac36 Mon Sep 17 00:00:00 2001 From: Travis CI Date: Tue, 30 May 2017 13:37:58 +0000 Subject: [PATCH] Webpack build for branch master: 68c25fef282365c2916346fea3f580314e45b0a6 --- discord.master.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/discord.master.js b/discord.master.js index cc72f497..320bdb06 100644 --- a/discord.master.js +++ b/discord.master.js @@ -5680,7 +5680,8 @@ class Guild { /** * Fetch a collection of banned users in this guild. - * @returns {Promise>} + * The returned collection contains user objects keyed under `user` and reasons keyed under `reason`. + * @returns {Promise>} */ fetchBans() { return this.client.api.guilds(this.id).bans.get().then(bans =>