Webpack build for branch stable: 152b712577b0449003e19ec21abf5ace188d470a

This commit is contained in:
Travis CI 2018-05-27 18:56:37 +00:00
parent 0c660fc805
commit 2d31aab4f9

View file

@ -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);