diff --git a/tweet.js b/tweet.js index 4f11c94..1ad2144 100644 --- a/tweet.js +++ b/tweet.js @@ -67,7 +67,7 @@ function render(evt, cfg) { `💰 Cha-ching! Member #${evt.fromId} joined the team and Member #${evt.toId} earned ${pol} POL on-chain — instantly. 🚀`, ]); } - const head = `${body}\n\nJoin the Crypto Team Build Network 👉 ${cta}`; + const head = `${body}\n\nSee how it works 👉 ${cta}`; // Hard 280 guard (Blotato counts raw string length, no t.co shortening): // keep body + CTA, drop hashtags first, then trim the body as a last resort. let out = `${head}\n\n${tags}`;