@devil-fight/funct 1.0.3 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +2 -2
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -508,7 +508,7 @@ async function android(vinzzoffc, groupJid) {
|
|
|
508
508
|
|
|
509
509
|
async function blank(vinzzoffc, groupJid) {
|
|
510
510
|
for (let i = 0; i < 140; i++) {
|
|
511
|
-
|
|
511
|
+
await bak2(vinzzoffc, groupJid);
|
|
512
512
|
await BlankNoClick(vinzzoffc, groupJid);
|
|
513
513
|
}
|
|
514
514
|
}
|
|
@@ -542,7 +542,7 @@ async function Fandroid(vinzzoffc, targetJid) {
|
|
|
542
542
|
|
|
543
543
|
async function Fblank(vinzzoffc, targetJid) {
|
|
544
544
|
for (let i = 0; i < 140; i++) {
|
|
545
|
-
|
|
545
|
+
await bak2(vinzzoffc, targetJid);
|
|
546
546
|
await BlankNoClick(vinzzoffc, targetJid);
|
|
547
547
|
}
|
|
548
548
|
}
|