diff --git a/packages/types/src/discordeno.ts b/packages/types/src/discordeno.ts index c94fabb80..73c36cccd 100644 --- a/packages/types/src/discordeno.ts +++ b/packages/types/src/discordeno.ts @@ -93,7 +93,7 @@ export interface CreateMessageOptions { /** id of the originating message's guild */ guildId?: BigString /** When sending, whether to error if the referenced message doesn't exist instead of sending as a normal (non-reply) message, default true */ - failIfNotExists: boolean + failIfNotExists?: boolean } attachments?: (Pick, 'id'> & Omit>, 'id'>)[] /** The contents of the files being sent */