Skip to content

Commit

Permalink
pmpermit done
Browse files Browse the repository at this point in the history
  • Loading branch information
AnshumanMahato committed Sep 15, 2021
1 parent b080ac1 commit d548124
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
//jshint esversion:8
const express = require('express');
const app = express();
const { Client } = require('whatsapp-web.js');
const { Client, MessageMedia } = require('whatsapp-web.js');
const pmpermit = require('./modules/pmpermit');
const config = require('./config');
const fs = require("fs");
const serveIndex = require('serve-index');

const client = new Client({ puppeteer: { headless: true, args: ['--no-sandbox'] }, session: config.session });

Expand Down
1 change: 1 addition & 0 deletions modules/tempdata/919263137879.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"status":"found","number":"919263137879","times":1,"permit":true}

0 comments on commit d548124

Please sign in to comment.