StableBOT / plugins /_peee.js
RamaZyx's picture
Upload folder using huggingface_hub
a2b2aac verified
import fs from 'fs'
let handler = async (m, {conn}) => {
var aohh = JSON.parse(fs.readFileSync('./virtex.json'))
conn.sendMessage(m.chat, { image: { url: "https://telegra.ph/file/e7aab7738ecc6cc08f991.jpg" }, caption: aohh }, {quoted: pee})
}
handler.command = /^(konn)$/i
handler.owner = true
export default handler