mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-20 13:33:30 +01:00
feat(GuildManager): allow setting with_counts to false (#6407)
This commit is contained in:
1
typings/index.d.ts
vendored
1
typings/index.d.ts
vendored
@@ -3578,6 +3578,7 @@ export interface FetchedThreads {
|
||||
|
||||
export interface FetchGuildOptions extends BaseFetchOptions {
|
||||
guild: GuildResolvable;
|
||||
withCounts?: boolean;
|
||||
}
|
||||
|
||||
export interface FetchGuildsOptions {
|
||||
|
||||
Reference in New Issue
Block a user