Catch image load warnings, set message limit to 50, don't crash the bot if .git is missing
This commit is contained in:
parent
ab3ae7b9c6
commit
f5a0fa5f7c
39 changed files with 305 additions and 50 deletions
|
@ -122,8 +122,6 @@ export default async (client, cluster, worker, ipc, message) => {
|
|||
case 3:
|
||||
fileSize = 104856616;
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
}
|
||||
if (result.file.length > fileSize) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue