Include the team names in the Splatfest announcement tweet

This commit is contained in:
Matt Isenhower 2018-02-04 11:39:15 -08:00
parent 79dd022159
commit d3e464e7cd

View File

@ -111,7 +111,7 @@ class SplatfestTweet extends TwitterPostBase {
switch (data.type) {
case 'announce':
region = (isSimultaneous) ? 'global' : this.regionDemonym;
return `You can now vote in the next ${region} Splatfest! #splatfest #splatoon2`;
return `You can now vote in the next ${region} Splatfest: ${data.festival.names.alpha_short} vs ${data.festival.names.bravo_short}! #splatfest #splatoon2`;
case 'start':
if (isSimultaneous)
return `The global Splatfest is now open! #splatfest #splatoon2`;