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} */