From d1b15adaeba38a4f2424fa3b0ea8be31763dc5a3 Mon Sep 17 00:00:00 2001 From: Revolt CI Date: Mon, 10 Apr 2023 16:48:50 +0000 Subject: [PATCH] chore: build library from latest spec [skip ci] --- src/schema.ts | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/schema.ts b/src/schema.ts index 20b9d85..7cfa33e 100644 --- a/src/schema.ts +++ b/src/schema.ts @@ -619,10 +619,20 @@ export interface components { | { /** @enum {string} */ type: "TooManyAttachments"; + /** Format: uint */ + max: number; } | { /** @enum {string} */ type: "TooManyReplies"; + /** Format: uint */ + max: number; + } + | { + /** @enum {string} */ + type: "TooManyChannels"; + /** Format: uint */ + max: number; } | { /** @enum {string} */ @@ -671,6 +681,14 @@ export interface components { | { /** @enum {string} */ type: "TooManyEmoji"; + /** Format: uint */ + max: number; + } + | { + /** @enum {string} */ + type: "TooManyRoles"; + /** Format: uint */ + max: number; } | { /** @enum {string} */