From 2f6c2112045b54f923e30374c0696081d672c031 Mon Sep 17 00:00:00 2001 From: Revolt CI Date: Wed, 2 Apr 2025 11:13:59 +0000 Subject: [PATCH] chore: build library from latest spec [skip ci] --- src/schema.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/schema.ts b/src/schema.ts index 0eb5d99..8c1828a 100644 --- a/src/schema.ts +++ b/src/schema.ts @@ -1689,6 +1689,8 @@ export interface components { id: string; /** @description Whether this reply should mention the message's author */ mention: boolean; + /** @description Whether to error if the referenced message doesn't exist. Otherwise, send a message without this reply. Default is true. */ + fail_if_not_exists?: boolean | null; }; /** @description Representation of a text embed before it is sent. */ SendableEmbed: {