diff --git a/src/services/status.service.ts b/src/services/status.service.ts index 6b519ea..33bb67a 100644 --- a/src/services/status.service.ts +++ b/src/services/status.service.ts @@ -304,7 +304,7 @@ export class StatusService { ) }); - container.addTextDisplayComponents((text) => text.setContent(`${live ? 'Last update : ' : ''} - 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 : ' : ''} - Receive automatic notifications when there is an outage with /follow !`)); return container; }