feat(GuildManager): allow setting with_counts to false (#6407)

This commit is contained in:
Jan
2021-08-12 23:12:11 +02:00
committed by GitHub
parent e6f48d849f
commit 14aea12900
2 changed files with 3 additions and 1 deletions

1
typings/index.d.ts vendored
View File

@@ -3578,6 +3578,7 @@ export interface FetchedThreads {
export interface FetchGuildOptions extends BaseFetchOptions {
guild: GuildResolvable;
withCounts?: boolean;
}
export interface FetchGuildsOptions {