Update format.js

This commit is contained in:
Aleksandr Statciuk 2021-08-10 06:49:40 +03:00
parent a51cb33c19
commit 31cf0ff7da

View File

@ -107,9 +107,6 @@ function updateStatus(channel, status) {
channel.status = null
} else if (status.reason.includes('timed out')) {
// nothing
} else if (status.reason.includes('403')) {
channel.status = 'Geo-blocked'
if (config.debug) log.print(` ERR: ${channel.url} (${status.reason})\n`)
} else {
channel.status = 'Offline'
if (config.debug) log.print(` ERR: ${channel.url} (${status.reason})\n`)