Catch image load warnings, set message limit to 50, don't crash the bot if .git is missing

This commit is contained in:
Essem 2021-10-23 13:58:19 -05:00
parent ab3ae7b9c6
commit f5a0fa5f7c
No known key found for this signature in database
GPG key ID: 7D497397CC3A2A8C
39 changed files with 305 additions and 50 deletions

View file

@ -122,8 +122,6 @@ export default async (client, cluster, worker, ipc, message) => {
case 3:
fileSize = 104856616;
break;
default:
break;
}
}
if (result.file.length > fileSize) {