mirror of
https://github.com/danbulant/discord.js
synced 2026-06-19 22:51:32 +00:00
Webpack build for branch stable: e5bd6ec150
This commit is contained in:
parent
d6ec3222d2
commit
7e1d94cd01
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue