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