diff --git a/typings/index.d.ts b/typings/index.d.ts index 00a1f4d16bc2..fb8049acbf2c 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -3694,7 +3694,9 @@ export type InteractionResponseType = keyof typeof InteractionResponseTypes; export type InteractionType = keyof typeof InteractionTypes; -export type InteractionUpdateOptions = Omit; +export interface InteractionUpdateOptions extends MessageEditOptions { + fetchReply?: boolean; +} export type IntentsString = | 'GUILDS'