Merge remote-tracking branch 'origin/main' into regional-splatfests

This commit is contained in:
Slushie 2023-11-10 13:44:03 +00:00
commit 040174f155
No known key found for this signature in database
GPG Key ID: CDA11820691304E3
3 changed files with 7 additions and 7 deletions

View File

@ -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}`,

View File

@ -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`
}
}

View File

@ -97,5 +97,5 @@
"useShareMyOutfitQuery" : "5502b09121f5e18bec8fefbe80cce21e1641624b579c57c1992b30dcff612b44"
}
},
"version" : "4.0.0-091d4283"
"version" : "4.0.0-dae4328c"
}