diff --git a/index.js b/index.js index 547dd93..0bf04b9 100644 --- a/index.js +++ b/index.js @@ -46,7 +46,7 @@ kuma.status(process.env.STATUSPAGE).then((status) => { let statusString = `Service Status at ${onlinePercentage.toFixed(0)}%. `; if (offline.length > 0) { - statusString += `${offline.length} of ${totalCount} services are offline, Offline services follow, ${offline.join(", ")}` + statusString += `${offline.length} of ${totalCount} services are offline... Offline services follow... ${offline.join("... ")}` } else { statusString += `No outages detected!` }