3 Commits

2 changed files with 2 additions and 2 deletions

View File

@@ -7,6 +7,6 @@ COPY . .
RUN apt-get update && apt-get install -y iputils-ping
RUN npm i
RUN npm register
# RUN npm run register
CMD [ "npm", "run", "start" ]

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;
}