diff --git a/src/schema.ts b/src/schema.ts index 62bca51..0dc8889 100644 --- a/src/schema.ts +++ b/src/schema.ts @@ -684,6 +684,7 @@ export interface components { | { /** @enum {string} */ type: "ContactSupport"; + locale: string; msg: string; } | { @@ -1549,6 +1550,9 @@ export interface components { DiscoverRequestType: "Bot" | "Server"; DiscoverRequestStatus: | ("Pending" | "UnderReview") + | { + Removed: string | null; + } | { Denied: string | null; }