diff --git a/src/structure/client/wrappers/GuildWrapper.js b/src/structure/client/wrappers/GuildWrapper.js index 304b096..16c22d0 100644 --- a/src/structure/client/wrappers/GuildWrapper.js +++ b/src/structure/client/wrappers/GuildWrapper.js @@ -255,6 +255,10 @@ class GuildWrapper { return this.guild.fetchWebhooks(); } + fetchInvites() { + return this.guild.invites.fetch(); + } + get defaultConfig() { return { ...this.client.defaultConfig('GUILD') }; }