From fdab1c9945afbeb0018a2aa19bcd4a438a737da5 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 20 Mar 2025 08:59:11 -0700 Subject: [PATCH] Updated webhooks to accept params as provided by djs --- assets/schemas.json | 30 ------------------------------ 1 file changed, 30 deletions(-) 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,