Markoudstaal / node-red-contrib-discord-advanced

Recieve, send, edit and delete Discord messages in node-red.
MIT License
46 stars 16 forks source link

Cant send array of embeds #45

Closed bribeck closed 1 year ago

bribeck commented 1 year ago

Cant seem to send an array of embeds this is my test json [ { "description": "$5", "color": 1304339, "title": "Some title" }, { "description": "$10", "color": 1304339, "title": "Some" } ]

and i get this error DiscordAPIError: Invalid Form Body embeds[0].description: This field is required

If i remove the second object is sends just fine. Whys is this happening?