diff --git a/packages/discord.js/typings/index.d.ts b/packages/discord.js/typings/index.d.ts index b05a470906b8..5ba4c3708943 100644 --- a/packages/discord.js/typings/index.d.ts +++ b/packages/discord.js/typings/index.d.ts @@ -325,6 +325,9 @@ export type GuildCacheMessage = CacheTypeReducer< >; export interface InteractionResponseFields { + deferred: boolean; + ephemeral: boolean | null; + replied: boolean; reply(options: InteractionReplyOptions & { fetchReply: true }): Promise>; reply(options: string | MessagePayload | InteractionReplyOptions): Promise; deleteReply(): Promise;