From 6a977eebd04a11937b37b80bc405f2b1b5b19c92 Mon Sep 17 00:00:00 2001 From: martbost Date: Sun, 16 Aug 2026 07:29:42 -0500 Subject: [PATCH] Neutralize payout-tweet CTA (drop CTBN wording post-rebrand) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit "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 --- tweet.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}`;