fix(status): update status message to include website link in notifications

This commit is contained in:
2025-11-03 18:27:35 +01:00
parent e2a8255d5a
commit 8bfeb1c43c

View File

@@ -304,7 +304,7 @@ export class StatusService {
)
});
container.addTextDisplayComponents((text) => text.setContent(`${live ? 'Last update : ' : ''}<t:${dayjs().unix()}:f> - Receive automatic notifications when there is an outage with /follow !`));
container.addTextDisplayComponents((text) => text.setContent(`Website Status : https://statut.protojx.com/\n${live ? 'Last update : ' : ''}<t:${dayjs().unix()}:f> - Receive automatic notifications when there is an outage with /follow !`));
return container;
}