Skip to content

Commit dc3de6a

Browse files
authored
𝑻𝒆𝒂𝒎 𝑵𝒔𝒌
1 parent 3cddaaf commit dc3de6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/jadibot-serbot.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,10 @@ let secret = await sock.requestPairingCode((m.sender.split`@`[0]))
116116
secret = secret.match(/.{1,4}/g)?.join("-")
117117
const dispositivo = await getDevice(m.key.id)
118118
if (!m.isWABusiness && /web|desktop|unknown/i.test(dispositivo)) {
119-
txtCode = await conn.sendMessage(m.chat, { image: { url: 'https://qu.ax/wyUjT.jpg' || gataMenu.getRandom() }, caption: rtx2.trim() + '\n' + drmer.toString("utf-8") }, { quoted: m })
119+
txtCode = await conn.sendMessage(m.chat, { image: { url: 'https://qu.ax/wyUjT.jpg' || imagen1 }, caption: rtx2.trim() + '\n' + drmer.toString("utf-8") }, { quoted: m })
120120
codeBot = await m.reply(secret)
121121
} else {
122-
txtCode = await conn.sendButton(m.chat, rtx2.trim() + '\n' + drmer.toString("utf-8"), wm + `\n*Código:* ${secret}`, 'https://qu.ax/wyUjT.jpg' || gataMenu.getRandom(), null, [[`Copiar código`, secret]], null, null, m)
122+
txtCode = await conn.sendButton(m.chat, rtx2.trim() + '\n' + drmer.toString("utf-8"), wm + `\n*Código:* ${secret}`, 'https://qu.ax/wyUjT.jpg' || imagen1, null, [[`Copiar código`, secret]], null, null, m)
123123
}
124124
console.log(secret)
125125
}

0 commit comments

Comments
 (0)