diff --git a/ramadhan-whatsapp-notebot/index.js b/ramadhan-whatsapp-notebot/index.js index d94622e..bfb139a 100644 --- a/ramadhan-whatsapp-notebot/index.js +++ b/ramadhan-whatsapp-notebot/index.js @@ -7,7 +7,10 @@ const client = new Client({ restartOnAuthFail: true, puppeteer: { headless: true, - args: [ '--no-sandbox', '--disable-setuid-sandbox' ] + args: [ + '--no-sandbox', + '--disable-setuid-sandbox' + ] }, authStrategy: new LocalAuth({ clientId: "client" @@ -65,4 +68,4 @@ client.on('message', async message => { } }); -client.initialize(); \ No newline at end of file +client.initialize();