diff --git a/typings/index.d.ts b/typings/index.d.ts index d615047ddbd5..f9dd36945374 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -324,6 +324,7 @@ export interface InteractionResponseFields deferred: boolean; ephemeral: boolean | null; replied: boolean; + webhook: InteractionWebhook; reply(options: InteractionReplyOptions & { fetchReply: true }): Promise>; reply(options: string | MessagePayload | InteractionReplyOptions): Promise; deleteReply(): Promise;