Skip to content

Commit 0745614

Browse files
authored
π‘»π’†π’‚π’Ž π‘΅π’”π’Œ
1 parent 3032c8d commit 0745614

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

β€Žplugins/jadibot-serbot.jsβ€Ž

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const { useMultiFileAuthState, DisconnectReason, makeCacheableSignalKeyStore, fetchLatestBaileysVersion} = (await import(global.baileys));
1+
/*const { useMultiFileAuthState, DisconnectReason, makeCacheableSignalKeyStore, fetchLatestBaileysVersion} = (await import(global.baileys));
22
import qrcode from "qrcode"
33
import NodeCache from "node-cache"
44
import fs from "fs"
@@ -317,6 +317,7 @@ async function joinChannels(conn) {
317317
for (const channelId of Object.values(global.ch)) {
318318
await conn.newsletterFollow(channelId).catch(() => {})
319319
}}
320+
*/
320321

321322

322323

@@ -326,8 +327,7 @@ await conn.newsletterFollow(channelId).catch(() => {})
326327

327328

328329

329-
330-
/*const { useMultiFileAuthState, DisconnectReason, makeCacheableSignalKeyStore, fetchLatestBaileysVersion} = (await import(global.baileys));
330+
const { useMultiFileAuthState, DisconnectReason, makeCacheableSignalKeyStore, fetchLatestBaileysVersion} = (await import(global.baileys));
331331
import qrcode from "qrcode"
332332
import NodeCache from "node-cache"
333333
import fs from "fs"
@@ -632,4 +632,4 @@ return new Promise(resolve => setTimeout(resolve, ms));}
632632
async function joinChannels(conn) {
633633
for (const channelId of Object.values(global.ch)) {
634634
await conn.newsletterFollow(channelId).catch(() => {})
635-
}}*/
635+
}}

0 commit comments

Comments
Β (0)