diff --git a/src/poster.js b/src/poster.js index dbb5d9d..63d7c2f 100644 --- a/src/poster.js +++ b/src/poster.js @@ -19,7 +19,7 @@ async function postDiscord(_q) { const url = `${assetsBase}/${_q.contractAddress}/${_q.tokenId.toString()}.json`; const metadata = await fetch(url) .then((r) => r.json()); - const imageURL = metadata.image.replace('ipfs://', `${assetsBase}/${_q.contractAddress}/`); + const imageURL = metadata.image.replace('ipfs://', `${assetsBase}/${_q.contractAddress}/`) + '.fullsize.png'; const res = await fetch(process.env.DISCORD_WEBHOOK, { method: 'POST', headers: {