From b4ec21a7e470063744bd30dfdfa69f89bd04dd63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Hells=C3=A9n?= Date: Thu, 20 Feb 2025 22:20:00 +0100 Subject: [PATCH] Update README to reflect correct embed size limit for Discord --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c40a910..c3ff9cd 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # 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). This is useful when you send a video and want it to be playable in Discord.