diff --git a/packages/discord.js/typings/index.d.ts b/packages/discord.js/typings/index.d.ts index 0536f4ba8..facb22803 100644 --- a/packages/discord.js/typings/index.d.ts +++ b/packages/discord.js/typings/index.d.ts @@ -363,6 +363,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;