diff --git a/typings/index.d.ts b/typings/index.d.ts index 639df52ac0fe..5eb87edbf08b 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -3699,7 +3699,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'