eris
eris copied to clipboard
Rework file attachments
This should futureproof endpoints requiring a multipart/form-data with a JSON body
Seems to break sending an attachment alongside text content when using CommandInteraction#createMessage
, causing Discord to return a 50035 error with the content Only dictionaries may be used in a ModelType
.
Seeing as this has a lot of ongoing issues it would be nice for them to either be fixed or get at least some kind of time frame
Any update on this PR?
Seems to break sending an attachment alongside text content when using
CommandInteraction#createMessage
, causing Discord to return a 50035 error with the contentOnly dictionaries may be used in a ModelType
.
This should be fixed from my testing, I'm getting @beanjo55 to double check as well