diff --git a/HandleMsg.js b/HandleMsg.js index 6536198..e533528 100644 --- a/HandleMsg.js +++ b/HandleMsg.js @@ -6,7 +6,6 @@ const FileSync = require('lowdb/adapters/FileSync') const db_group = new FileSync(appRoot + '/data/denda.json') const moment = require('moment-timezone') const ffmpeg = require('fluent-ffmpeg') -const tiktok = require('tiktok-scraper-without-watermark') const ytdl = require('ytdl-core') const axios = require('axios') const fetch = require('node-fetch') diff --git a/package.json b/package.json index f37ba47..0f9b68b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bot-whatsapp", - "version": "3.5.1", + "version": "3.5.5", "description": "Whatsapp Bot - Node Js", "main": "index.js", "scripts": { @@ -17,10 +17,9 @@ "homepage": "https://github.com/dngda/bot-whatsapp", "license": "ISC", "dependencies": { - "@open-wa/wa-automate": "^3.15.2", + "@open-wa/wa-automate": "^4.1.0", "app-root-path": "^3.0.0", "axios": "^0.21.0", - "bufferutil": "^4.0.3", "chalk": "^4.1.1", "figlet": "^1.5.0", "file-type": "^16.4.0", @@ -38,12 +37,10 @@ "office-to-pdf": "^4.0.0", "p-queue": "^6.6.2", "promise": "^8.1.0", - "qs": "^6.10.1", "remove.bg": "^1.3.0", "request": "^2.88.2", "sastrawijs": "^1.0.4", "sharp": "^0.27.2", - "tiktok-scraper-without-watermark": "^1.0.6", "underscore": "^1.13.1", "ytdl-core": "^4.8.0" }, diff --git a/test.js b/test.js index 70a12c4..e69de29 100644 --- a/test.js +++ b/test.js @@ -1,3 +0,0 @@ -const z = require('tiktok-scraper-without-watermark') - -z.ssstik('vt.tiktok.com/ZSJPnVLYf').then(n => console.log(n)) \ No newline at end of file