This commit is contained in:
Matt Isenhower
2023-04-13 11:06:44 -07:00
parent d4a7a3497d
commit 1c123f57b3
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ export default class EggstraWorkStatus extends StatusGenerator
let lines = [];
let mode = 'Eggstra Work'
let mode = 'EGGSTRA WORK'
lines.push(`${mode} is now open on ${schedule.settings.coopStage.name}! #salmonrun #splatoon3`);

View File

@@ -26,7 +26,7 @@ export default class EggstraWorkUpcomingStatus extends StatusGenerator
_getDescription(schedule) {
let stageName = schedule.settings.coopStage.name || '???';
return `An Eggstra Work shift on ${stageName} has been added to the schedule! #salmonrun #splatoon3`;
return `An EGGSTRA WORK shift on ${stageName} has been added to the schedule! #salmonrun #splatoon3`;
}
async _getStatus() {