mirror of
https://github.com/misenhower/splatoon2.ink.git
synced 2026-08-23 10:54:12 -05:00
Remove #splatoon2 hashtag
More attempts to reduce what Twitter sees as spam. Removing the links from each Tweet helped briefly, but the bot is now being excluded again.
This commit is contained in:
@@ -146,7 +146,7 @@ async function postScheduleTweet(startTime) {
|
||||
let imageData = await screenshots.captureScheduleScreenshot(startTime);
|
||||
|
||||
// Post the tweet
|
||||
return await postMediaTweet(imageData, 'Current Splatoon 2 map rotation #splatoon2');
|
||||
return await postMediaTweet(imageData, 'Current Splatoon 2 map rotation');
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -210,7 +210,7 @@ async function postGearTweet(startTime, endTime) {
|
||||
let merchandise = getMerchandises().find(g => g.end_time == endTime);
|
||||
if (!merchandise)
|
||||
return;
|
||||
gearText = `Up now on SplatNet: ${merchandise.gear.name} with ${merchandise.skill.name} #splatoon2 #splatnet2`;
|
||||
gearText = `Up now on SplatNet: ${merchandise.gear.name} with ${merchandise.skill.name} #splatnet2`;
|
||||
|
||||
// Post the tweet
|
||||
return await postMediaTweet(imageData, gearText);
|
||||
@@ -287,7 +287,7 @@ async function postSalmonRunTweet(startTime) {
|
||||
let imageData = await screenshots.captureSalmonRunScreenshot(startTime);
|
||||
|
||||
// Post the tweet
|
||||
return await postMediaTweet(imageData, 'Salmon Run is now open! #splatoon2 #salmonrun');
|
||||
return await postMediaTweet(imageData, 'Salmon Run is now open! #salmonrun');
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
|
||||
Reference in New Issue
Block a user