chore: build library from latest spec [skip ci]

This commit is contained in:
Revolt CI
2023-06-15 18:37:52 +00:00
parent 7245fe497e
commit 1126f24f9e
+6
View File
@@ -852,6 +852,10 @@ export interface components {
/** @enum {string} */
type: "InvalidUsername";
}
| {
/** @enum {string} */
type: "DiscriminatorChangeRatelimited";
}
| {
/** @enum {string} */
type: "UnknownUser";
@@ -2411,6 +2415,8 @@ export interface components {
_id: string;
/** @description Username of the banned user */
username: string;
/** @description Discriminator of the banned user */
discriminator: string;
/** @description Avatar of the banned user */
avatar?: components["schemas"]["File"] | null;
};