mirror of
https://github.com/misenhower/splatoon2.ink.git
synced 2026-03-21 17:24:37 -05:00
Include the team names in the Splatfest announcement tweet
This commit is contained in:
parent
79dd022159
commit
d3e464e7cd
|
|
@ -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`;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user