feat(Guild#fetch): withCount param (#4111)

This commit is contained in:
Carter
2020-04-27 01:05:39 -06:00
committed by GitHub
parent 605ee8587b
commit 026691702d
2 changed files with 23 additions and 1 deletions

2
typings/index.d.ts vendored
View File

@@ -588,6 +588,8 @@ declare module 'discord.js' {
public afkChannelID: Snowflake | null;
public afkTimeout: number;
public applicationID: Snowflake | null;
public approximateMemberCount?: number;
public approximatePresenceCount?: number;
public available: boolean;
public banner: string | null;
public channels: GuildChannelManager;