mirror of
https://github.com/misenhower/splatoon3.ink.git
synced 2026-03-21 17:54:13 -05:00
Merge remote-tracking branch 'origin/main' into regional-splatfests
This commit is contained in:
commit
040174f155
|
|
@ -37,7 +37,7 @@ export default class SchedulesStatus extends StatusGenerator
|
|||
let festProStages = stages.splatfestPro.settings.vsStages;
|
||||
|
||||
let lines = [
|
||||
'Join the global Splatfest Battle! #splatfest #maprotation',
|
||||
'Join the Splatfest Battle! #splatfest #maprotation',
|
||||
'',
|
||||
`– Open: ${festOpenStages[0].name} and ${festOpenStages[1].name}`,
|
||||
`– Pro: ${festProStages[0].name} and ${festProStages[1].name}`,
|
||||
|
|
|
|||
|
|
@ -69,15 +69,15 @@ export default class SplatfestStatus extends StatusGenerator
|
|||
|
||||
switch (state) {
|
||||
case 'upcoming':
|
||||
return `You can now vote in the next global Splatfest: ${festival.title} #splatfest #splatoon3`;
|
||||
return `You can now vote in the next Splatfest: ${festival.title} #splatfest #splatoon3`;
|
||||
case 'upcoming:3d':
|
||||
return `Reminder: The next global Splatfest starts in 3 DAYS! ${festival.title} #splatfest #splatoon3`
|
||||
return `Reminder: The next Splatfest starts in 3 DAYS! ${festival.title} #splatfest #splatoon3`
|
||||
case 'upcoming:1d':
|
||||
return `Reminder: The next global Splatfest starts in 24 HOURS! ${festival.title} #splatfest #splatoon3`
|
||||
return `Reminder: The next Splatfest starts in 24 HOURS! ${festival.title} #splatfest #splatoon3`
|
||||
case 'active':
|
||||
return `The global Splatfest is NOW OPEN! ${festival.title} #splatfest #splatoon3`
|
||||
return `The Splatfest is NOW OPEN! ${festival.title} #splatfest #splatoon3`
|
||||
case 'ended':
|
||||
return `The global Splatfest is now closed. Results are usually posted within 2 hours! #splatfest #splatoon3`
|
||||
return `The Splatfest is now closed. Results are usually posted within 2 hours! #splatfest #splatoon3`
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -97,5 +97,5 @@
|
|||
"useShareMyOutfitQuery" : "5502b09121f5e18bec8fefbe80cce21e1641624b579c57c1992b30dcff612b44"
|
||||
}
|
||||
},
|
||||
"version" : "4.0.0-091d4283"
|
||||
"version" : "4.0.0-dae4328c"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user