Neutralize payout-tweet CTA (drop CTBN wording post-rebrand)

"Join the Crypto Team Build Network 👉" -> "See how it works 👉" — the tweets
are public/prospect-facing and link to rmcircle.team, so they stay RM-Circle-only.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
martbost
2026-08-16 07:29:42 -05:00
parent 95a00e3ac1
commit 6a977eebd0
+1 -1
View File
@@ -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}`;