Using EmbedBuilder WithThumbnailUrl limits #3029
Replies: 1 comment
-
Ah never mind... Snafu on my part, the channel send was involving a different image path altogether. So that posted, without the image and thumbnail embeds. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Are there any limits with
EmbedBuilder.WithThumbnailUrl
... I am trying to attach an image, literally this, but it seems as though discord is taking some liberties, perhaps cropping the image:However this is being posted,
A similar approach, I can say the approach is the same, in another aspect of the same algorithm, the result is what I expect:
The only thing I can think of is that perhaps the troubled image is 1024 x 1025, not 1024 x 1024, as the target subsequent examples are.
Beta Was this translation helpful? Give feedback.
All reactions