From 7e1d94cd01e53b8c68d4eda9ea284248f1998e56 Mon Sep 17 00:00:00 2001 From: Travis CI Date: Sun, 27 May 2018 19:03:25 +0000 Subject: [PATCH] Webpack build for branch stable: e5bd6ec150baee5ee4ca0830b80753b7c59f4844 --- discord.stable.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord.stable.js b/discord.stable.js index 47a0e751..3bcc53d0 100644 --- a/discord.stable.js +++ b/discord.stable.js @@ -8905,7 +8905,7 @@ class Guild { * // Fetch invite creator by their id * guild.fetchInvites() * .then(invites => console.log(invites.find(invite => invite.inviter.id === '84484653687267328'))) - * .catch(console.error); + * .then(console.error); */ fetchInvites() { return this.client.rest.methods.getGuildInvites(this);