chore: build library from latest spec [skip ci]

This commit is contained in:
Revolt CI
2023-04-10 16:48:50 +00:00
parent ea6e4b2aa2
commit d1b15adaeb
+18
View File
@@ -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} */