Update format.js

pull/4034/head
Aleksandr Statciuk 3 years ago
parent 0529364483
commit 7369ab235c

@ -108,7 +108,8 @@ function updateStatus(channel, status) {
channel.status = null channel.status = null
} else if ( } else if (
status.reason.includes('timed out') || status.reason.includes('timed out') ||
status.reason.includes('not one of 40{0,1,3,4}') status.reason.includes('not one of 40{0,1,3,4}') ||
status.reason.includes('403')
) { ) {
// nothing // nothing
} else { } else {

Loading…
Cancel
Save