Update format.js

This commit is contained in:
Aleksandr Statciuk 2021-08-10 08:27:31 +03:00
parent 0529364483
commit 7369ab235c

View File

@ -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 {