chore: build library from latest spec [skip ci]

This commit is contained in:
Stoat CI
2026-03-23 19:31:39 +00:00
parent eb102c4582
commit b8009ae827
+6
View File
@@ -582,6 +582,8 @@ export interface components {
server_channels: number;
/** Format: int64 */
body_limit_size: number;
/** @description restrict server creation to these users. if blank, all users can create servers */
restrict_server_creation: string[];
};
/** User Limits */
UserLimits: {
@@ -769,6 +771,10 @@ export interface components {
/** @enum {string} */
type: "NotPinned";
}
| {
/** @enum {string} */
type: "CantCreateServers";
}
| {
/** @enum {string} */
type: "UnknownServer";