This commit is contained in:
Erik 2022-07-10 14:27:24 +03:00
parent 12fc946cfc
commit fff27029e3
Signed by untrusted user: Navy.gif
GPG Key ID: 811EC0CD80E7E5FB

View File

@ -255,6 +255,10 @@ class GuildWrapper {
return this.guild.fetchWebhooks();
}
fetchInvites() {
return this.guild.invites.fetch();
}
get defaultConfig() {
return { ...this.client.defaultConfig('GUILD') };
}