Bwuh
This commit is contained in:
parent
aa74af0df5
commit
09366a9eb5
2
index.js
2
index.js
|
@ -48,7 +48,7 @@ kuma.status(process.env.STATUSPAGE).then((status) => {
|
||||||
if (offline.length > 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 {
|
} else {
|
||||||
statusString += `No outages detected!`
|
statusString += `No outages detected. All ${totalCount} services are online.`
|
||||||
}
|
}
|
||||||
|
|
||||||
runCommand(process.env.TTS, statusString).then((output) => {
|
runCommand(process.env.TTS, statusString).then((output) => {
|
||||||
|
|
Loading…
Reference in a new issue