diff --git a/typings/index.d.ts b/typings/index.d.ts index a0f40ce97..09edcef51 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -1827,8 +1827,7 @@ declare module 'discord.js' { public guild: Guild; public ban(user: UserResolvable, options?: BanOptions): Promise; public fetch(options: UserResolvable | FetchMemberOptions): Promise; - public fetch(): Promise; - public fetch(options: FetchMembersOptions): Promise>; + public fetch(options?: FetchMembersOptions): Promise>; public prune(options: GuildPruneMembersOptions & { dry?: false, count: false }): Promise; public prune(options?: GuildPruneMembersOptions): Promise; public unban(user: UserResolvable, reason?: string): Promise;