Skip to content

Commit f2fbc53

Browse files
committed
chore(deps): bump @neoxr/wb from 6.0.0-rc.5 to 6.0.0-rc.6
update README.md
1 parent 5d767c8 commit f2fbc53

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
> [!NOTE]
1212
> Terkait laporan script delay, itu bukan delay tapi memang sistem anti spam (cooldown) jika ada 2 user mengirim command secara bersamaan hanya 1 yang akan di response untuk me-minimalisir banned dari pihak WhatsApp. Fitur ini bisa dimatikan dengan perintah : **.antispam off**
1313
14-
### Premium Script v4.1-Optima
14+
### Premium Script v5.1-Optima
1515

1616
🏷️ Price : **Rp. 150.000 / $20.80**
1717

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
"homepage": "https://github.com/neoxr/neoxr-bot#readme",
2727
"dependencies": {
2828
"@adiwajshing/keyed-db": "^0.2.4",
29-
"@neoxr/wb": "^6.0.0-rc.5",
29+
"@neoxr/wb": "^6.0.0-rc.6",
30+
"audio-decode": "^2.1.3",
3031
"baileys": "^7.0.0-rc.3",
3132
"cfonts": "3.1.1",
3233
"html-entities": "^2.5.2",

plugins/owner/setpp.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ export const run = {
88
category: 'owner',
99
async: async (m, {
1010
client,
11-
Utils,
12-
Scraper
11+
Utils
1312
}) => {
1413
try {
1514
let q = m.quoted ? m.quoted : m

0 commit comments

Comments
 (0)