From 7ab02fe227f258a6fad1afb7a693fae9cbfea3a9 Mon Sep 17 00:00:00 2001 From: "Nelly (automation bot)" <> Date: Thu, 5 Mar 2026 23:17:19 +0000 Subject: [PATCH] Automated spec update (193393) --- specs/openapi.json | 5 +++++ specs/openapi_preview.json | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/specs/openapi.json b/specs/openapi.json index 6a93105..e18d1cd 100644 --- a/specs/openapi.json +++ b/specs/openapi.json @@ -24882,6 +24882,11 @@ "title": "WELCOME_SCREEN_ENABLED", "description": "guild has enabled the welcome screen", "const": "WELCOME_SCREEN_ENABLED" + }, + { + "title": "OFFICIAL_GAME_GUILD", + "description": "guild is an official guild for one or more games", + "const": "OFFICIAL_GAME_GUILD" } ] }, diff --git a/specs/openapi_preview.json b/specs/openapi_preview.json index aeb77d9..02feb0e 100644 --- a/specs/openapi_preview.json +++ b/specs/openapi_preview.json @@ -25358,6 +25358,11 @@ "title": "WELCOME_SCREEN_ENABLED", "description": "guild has enabled the welcome screen", "const": "WELCOME_SCREEN_ENABLED" + }, + { + "title": "OFFICIAL_GAME_GUILD", + "description": "guild is an official guild for one or more games", + "const": "OFFICIAL_GAME_GUILD" } ] },