mirror of
https://github.com/danbulant/discord.js
synced 2026-05-27 22:11:53 +00:00
docs(Guild): handle error in example of fetchInvites correctly (#2568)
This commit is contained in:
parent
5494f8e3bd
commit
27fcb64187
1 changed files with 1 additions and 1 deletions
|
|
@ -482,7 +482,7 @@ class Guild extends Base {
|
|||
* // 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.api.guilds(this.id).invites.get()
|
||||
|
|
|
|||
Loading…
Reference in a new issue