Fix Cannot send an empty message on POST error when using createMessage
interaction.createMessage({
poll: { /** MessagePollOptions */ }, // Only "poll" from "InitialInteractionContent" (Should work)
}); // Cannot send an empty message on POST
Fix Invalid Form Body on POST (poll.answers.0.poll_media: This field is required) error when using createFollowup
Cannot send an empty message on POST
error when usingcreateMessage
Invalid Form Body on POST (poll.answers.0.poll_media: This field is required)
error when usingcreateFollowup