Update README to reflect correct embed size limit for Discord

This commit is contained in:
2025-02-20 22:20:00 +01:00
parent ba2fb4e2e1
commit b4ec21a7e4

View File

@ -1,6 +1,6 @@
# discord-embed # discord-embed
Discord will only create embeds for videos and images if they are smaller than 8MB. We can "abuse" this by using Discord will only create embeds for videos and images if they are smaller than 10MiB. We can "abuse" this by using
the [twitter:image HTML meta tag](https://developer.twitter.com/en/docs/twitter-for-websites/cards/overview/markup). the [twitter:image HTML meta tag](https://developer.twitter.com/en/docs/twitter-for-websites/cards/overview/markup).
This is useful when you send a video and want it to be playable in Discord. This is useful when you send a video and want it to be playable in Discord.