feat: IA send images and Sentry implemented

This commit is contained in:
Davidson Gomes
2024-08-16 11:31:46 -03:00
parent 3ef80bd6c5
commit b921a4d324
15 changed files with 283 additions and 227 deletions

View File

@@ -570,7 +570,7 @@ export class InstanceController {
if (state == 'close') {
await instance.connectToWhatsapp(number);
await delay(5000);
await delay(2000);
return instance.qrCode;
}