diff --git a/src/structures/Guild.js b/src/structures/Guild.js index 5827ff49b..04d091b0c 100644 --- a/src/structures/Guild.js +++ b/src/structures/Guild.js @@ -557,7 +557,7 @@ class Guild extends Base { /** * Fetches information on a banned user from this guild. * @param {UserResolvable} user The User to fetch the ban info of - * @returns {BanInfo} + * @returns {Promise} */ fetchBan(user) { const id = this.client.users.resolveID(user);