diff --git a/typings/index.d.ts b/typings/index.d.ts index eb0f3044b..b8f3e4064 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -558,7 +558,7 @@ declare module 'discord.js' { public options: Collection; public replied: boolean; public webhook: InteractionWebhook; - public defer(options?: InteractionDeferOptions & { fetchReply: true }): Promise; + public defer(options?: InteractionDeferOptions & { fetchReply: true }): Promise; public defer(options?: InteractionDeferOptions): Promise; public deleteReply(): Promise; public editReply(options: string | MessagePayload | WebhookEditMessageOptions): Promise; @@ -1420,9 +1420,9 @@ declare module 'discord.js' { public message: Message | APIMessage; public replied: boolean; public webhook: InteractionWebhook; - public defer(options?: InteractionDeferOptions & { fetchReply: true }): Promise; + public defer(options?: InteractionDeferOptions & { fetchReply: true }): Promise; public defer(options?: InteractionDeferOptions): Promise; - public deferUpdate(options?: InteractionDeferUpdateOptions & { fetchReply: true }): Promise; + public deferUpdate(options?: InteractionDeferUpdateOptions & { fetchReply: true }): Promise; public deferUpdate(options?: InteractionDeferUpdateOptions): Promise; public deleteReply(): Promise; public editReply(options: string | MessagePayload | WebhookEditMessageOptions): Promise;