yayan 1 year ago
parent
commit
2e3850cabe
2 changed files with 0 additions and 2 deletions
  1. 0 1
      main.js
  2. 0 1
      whatsapp-client.js

+ 0 - 1
main.js

@@ -1,7 +1,6 @@
 const { WhasAppClient, map, duplicateMap } = require('./whatsapp-client.js');
 const { MessageMedia } = require('whatsapp-web.js');
 const express = require('express');
-const axios = require('axios');
 const https = require('https');
 const fs = require('fs');
 

+ 0 - 1
whatsapp-client.js

@@ -20,7 +20,6 @@ class WhasAppClient {
                 args: ['--no-sandbox'],
             },
         });
-        this.client.pupBrowser
         this.retryQr = 0;
 
         this.client.initialize().catch(_ => _);