forked from Galactic/galactic-bot
bugfix
This commit is contained in:
parent
12fc946cfc
commit
fff27029e3
@ -255,6 +255,10 @@ class GuildWrapper {
|
|||||||
return this.guild.fetchWebhooks();
|
return this.guild.fetchWebhooks();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
fetchInvites() {
|
||||||
|
return this.guild.invites.fetch();
|
||||||
|
}
|
||||||
|
|
||||||
get defaultConfig() {
|
get defaultConfig() {
|
||||||
return { ...this.client.defaultConfig('GUILD') };
|
return { ...this.client.defaultConfig('GUILD') };
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user