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