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 =>