Updated webhooks to accept params as provided by djs

This commit is contained in:
root 2025-03-20 08:59:11 -07:00
parent 39af71131a
commit fdab1c9945

View File

@ -698436,36 +698436,6 @@
"items": { "items": {
"type": "string" "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, "additionalProperties": false,