StableBOT / plugins /_cek.js
RamaZyx's picture
Upload folder using huggingface_hub
a2b2aac verified
let handler = async ( m ) => {
m.reply('Hello!')
}
handler.command = /^(cek|tes|a|p)$/i
export default handler