mirror of
https://github.com/misenhower/splatoon3.ink.git
synced 2026-09-09 00:55:45 -05:00
EMPHASIS
This commit is contained in:
@@ -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`);
|
||||
|
||||
|
||||
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user