From 83a2e6c443fba146efbadd06724453cd3592d88d Mon Sep 17 00:00:00 2001 From: "Nelly (automation bot)" <> Date: Mon, 7 Sep 2026 20:28:25 +0000 Subject: [PATCH] Automated spec update (260858) --- specs/openapi.json | 32 -------------------------------- specs/openapi_preview.json | 32 -------------------------------- 2 files changed, 64 deletions(-) diff --git a/specs/openapi.json b/specs/openapi.json index 85aff18..805f61e 100644 --- a/specs/openapi.json +++ b/specs/openapi.json @@ -27203,16 +27203,6 @@ "target_message_id": { "$ref": "#/components/schemas/SnowflakeType" }, - "liveliness": { - "oneOf": [ - { - "type": "null" - }, - { - "$ref": "#/components/schemas/GuildLivelinessResponse" - } - ] - }, "uses": { "type": "integer", "format": "int32" @@ -27394,28 +27384,6 @@ } } }, - "GuildLivelinessResponse": { - "type": "object", - "properties": { - "msg_activity_bins": { - "type": "array", - "items": { - "type": "integer", - "format": "int32" - } - }, - "last_updated_ts": { - "type": [ - "string", - "null" - ], - "format": "date-time" - } - }, - "required": [ - "msg_activity_bins" - ] - }, "GuildMFALevel": { "type": "integer", "oneOf": [ diff --git a/specs/openapi_preview.json b/specs/openapi_preview.json index 9f29667..df59c1d 100644 --- a/specs/openapi_preview.json +++ b/specs/openapi_preview.json @@ -27222,16 +27222,6 @@ "target_message_id": { "$ref": "#/components/schemas/SnowflakeType" }, - "liveliness": { - "oneOf": [ - { - "type": "null" - }, - { - "$ref": "#/components/schemas/GuildLivelinessResponse" - } - ] - }, "uses": { "type": "integer", "format": "int32" @@ -27413,28 +27403,6 @@ } } }, - "GuildLivelinessResponse": { - "type": "object", - "properties": { - "msg_activity_bins": { - "type": "array", - "items": { - "type": "integer", - "format": "int32" - } - }, - "last_updated_ts": { - "type": [ - "string", - "null" - ], - "format": "date-time" - } - }, - "required": [ - "msg_activity_bins" - ] - }, "GuildMFALevel": { "type": "integer", "oneOf": [