@dylan I’m struggling a little bit here. I had a code for an embed which worked fine in Send Message to Channel as long as I turned off the old “structured mode” setting, but when I try to migrate to Send Message (Advanced) I’m receiving discord’s 400 malformed embed error.
I’ve attempted just about everything I can think of. I checked the Github for Send Message (Advanced), and it looks like the “embeds:” property is being passed by you, so I’ve just passed the array. I’ve tried going back to a simple embed with just a set title and color (not using any of the data I parsed between the RSS feed and the embed).
I even got desperate enough at one point to try JUST sending {{ [{"description":"Test"}] }} instead of using my Node.js return value where I form the embed.
All of these are giving me a 400 error.
I’m stumped.