mirror of
https://github.com/misenhower/splatoon3.ink.git
synced 2026-09-10 09:35:45 -05:00
Tweak wording just in case
This commit is contained in:
@@ -32,7 +32,7 @@ export default class SplatfestResultsTweet extends TweetGenerator
|
||||
|
||||
let winningTeam = festival.teams.find(t => t.result.isWinner);
|
||||
|
||||
return `Global Splatfest results: Team ${winningTeam.teamName} wins! #splatfest #splatoon3`;
|
||||
return `Splatfest results: Team ${winningTeam.teamName} wins! #splatfest #splatoon3`;
|
||||
}
|
||||
|
||||
/** @param {ScreenshotHelper} screenshotHelper */
|
||||
|
||||
Reference in New Issue
Block a user