I used this code to make a discord embed for my website but when I changed it, the embed didn’t update, website is https://jetblue.glitch.me/ Does discord cache the embed and if so how can I refresh it, Any help would be nice -Gatorz
With my website, Own Islands, when i have changed code for embed after the embed have been displayed on Discord, he have changed when i have reposted the link (the new, not the old). So, I think you have this problem only with the old embed and he is not a problem for new embed.
Also, before, try inverse the attributes like <meta content="jetBlue" property="og:title" /> to <meta property="og:title" content="jetBlue" />.
As an example, here the code for embed on my website: <meta property="og:title" content="Own Islands" /> <meta name="og:description" content="A 'island page' maker." /> <meta property="og:image" content="https://cdn.glitch.com/ea8ec587-c349-414d-b42e-f9e941eb4fcf%2Fown%20islands%20icon.png?v=1614975643519" />.
Discord does cache URLs. From what I’ve read from a GitHub issue in the Discord documentation repo, every unique URL in Discord is cached for about 30 minutes. But if you change the URL a bit, like add non-existent query parameters to a URL (example: https://glitch.com?hello=test, discord will read that as a totally different URL), it’ll re-fetch a website and show the updated meta info.