This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import fetch from 'node-fetch'; | |
import { fileTypeFromBuffer } from 'file-type'; | |
import FormData from 'form-data'; | |
const fkontak = { | |
"key": { | |
"participant": '0@s.whatsapp.net', | |
"remoteJid": "status@broadcast", | |
"fromMe": false, | |
"id": "Halo" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import axios from 'axios'; | |
import crypto from 'crypto'; | |
const fkontak = { | |
key: { | |
participant: '0@s.whatsapp.net', | |
remoteJid: 'status@broadcast', | |
fromMe: false, | |
id: 'Halo' | |
}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import fetch from 'node-fetch'; | |
import FormData from 'form-data'; | |
import fs from 'fs'; | |
const fkontak = { | |
key: { | |
participant: '0@s.whatsapp.net', | |
remoteJid: 'status@broadcast', | |
fromMe: false, | |
id: 'Halo' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import axios from 'axios'; | |
const handler = async (m, { conn, text, usedPrefix, command }) => { | |
if (!text) { | |
await conn.sendMessage(m.chat, { | |
react: { text: "⛔️", key: m.key } | |
}); | |
const fkontak = { | |
"key": { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import fetch from 'node-fetch'; | |
const fkontak = { | |
"key": { | |
"participant": '0@s.whatsapp.net', | |
"remoteJid": "status@broadcast", | |
"fromMe": false, | |
"id": "Halo" | |
}, | |
"message": { |