diff --git a/assets/schemas.json b/assets/schemas.json index c4d03c9d..eee1b9e0 100644 --- a/assets/schemas.json +++ b/assets/schemas.json @@ -698436,36 +698436,6 @@ "items": { "type": "string" } - }, - "enforce_nonce": { - "type": "boolean" - }, - "nonce": { - "type": "string" - }, - "poll": { - "$ref": "#/definitions/Poll" - }, - "sticker_ids": { - "type": "string" - }, - "message_reference": { - "type": "object", - "properties": { - "message_id": { - "type": "string" - }, - "channel_id": { - "type": "string" - }, - "guild_id": { - "type": "string" - } - }, - "additionalProperties": false, - "required": [ - "message_id" - ] } }, "additionalProperties": false,