Skip to content
This repository has been archived by the owner on Mar 17, 2022. It is now read-only.

Commit

Permalink
bump @open-wa/wa-automate
Browse files Browse the repository at this point in the history
  • Loading branch information
dngda committed May 27, 2021
1 parent ce520cf commit 688b134
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
1 change: 0 additions & 1 deletion HandleMsg.js
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bot-whatsapp",
"version": "3.5.1",
"version": "3.5.5",
"description": "Whatsapp Bot - Node Js",
"main": "index.js",
"scripts": {
Expand All @@ -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",
Expand All @@ -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"
},
Expand Down
3 changes: 0 additions & 3 deletions test.js
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
const z = require('tiktok-scraper-without-watermark')

z.ssstik('vt.tiktok.com/ZSJPnVLYf').then(n => console.log(n))

0 comments on commit 688b134

Please sign in to comment.