diff --git a/typings/index.d.ts b/typings/index.d.ts index 0a11c2b64ed2..9538a8da988d 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -1333,7 +1333,7 @@ declare module 'discord.js' { public message: Message | RawMessage; public replied: boolean; public webhook: WebhookClient; - public defer(ephemeral?: boolean): Promise; + public defer(options?: InteractionDeferOptions): Promise; public deferUpdate(): Promise; public deleteReply(): Promise; public editReply(