I am producing a file like so:
InteractionResponseDataBuilder::new()
.attachments(vec![Attachment::from_bytes(
"card.png".to_string(),
png_data,
1,
)])
.build()
However, when i attempt to send a message with this InteractionResponseData, discord says "this interaction failed."