From 68c25fef282365c2916346fea3f580314e45b0a6 Mon Sep 17 00:00:00 2001 From: Gus Caplan Date: Tue, 30 May 2017 08:34:06 -0500 Subject: [PATCH] Update Guild.js (#1545) --- src/structures/Guild.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/structures/Guild.js b/src/structures/Guild.js index 23a697940..61c3d5d25 100644 --- a/src/structures/Guild.js +++ b/src/structures/Guild.js @@ -373,7 +373,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 =>