diff --git a/tweet.js b/tweet.js index b85c8f4..4f11c94 100644 --- a/tweet.js +++ b/tweet.js @@ -15,7 +15,7 @@ const MIN_GAP_MS = 2600; // ~23/min ceiling, under Blotato's 30/ const DATA_DIR = process.env.DATA_DIR || '.'; const TWEETED_FILE = path.join(DATA_DIR, 'tweeted-payouts.json'); const DEFAULT_CTA = 'https://rmcircle.team/?utm_source=x'; // new primary domain; short (Blotato counts raw URL length toward 280) -const DEFAULT_TAGS = '#CryptoTeamBuild #TheRMCircle #Polygon #Crypto #Web3'; +const DEFAULT_TAGS = '#RMCircle #Polygon #SmartContract #Crypto #Community'; const DEFAULT_TWITTER_ID = '7998'; // @cryptoteambuild in Blotato function readKey() {