From 2d31aab4f92b3bcbd85f052c0dcc758249a14e3c Mon Sep 17 00:00:00 2001 From: Travis CI Date: Sun, 27 May 2018 18:56:37 +0000 Subject: [PATCH] Webpack build for branch stable: 152b712577b0449003e19ec21abf5ace188d470a --- discord.stable.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord.stable.js b/discord.stable.js index 3bcc53d0..47a0e751 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'))) - * .then(console.error); + * .catch(console.error); */ fetchInvites() { return this.client.rest.methods.getGuildInvites(this);