mirror of
https://github.com/discordjs/discord.js.git
synced 2026-06-15 10:58:18 +00:00
feat(GuildManager): allow setting with_counts to false (#6407)
This commit is contained in:
Vendored
+1
@@ -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