mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
fix: CreateMessageOptions.messageReference.failIfNotExists is optional (#4192)
This commit is contained in:
@@ -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<Camelize<DiscordAttachment>, 'id'> & Omit<Partial<Camelize<DiscordAttachment>>, 'id'>)[]
|
||||
/** The contents of the files being sent */
|
||||
|
||||
Reference in New Issue
Block a user