Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- const mp4 = await ytv (args[0])
- const { title1, filesize1, dl_link1, thumb1 } = mp4
- if (filesize1 >= '49' * 1000) return client.sendImage(from, thumb1, 'thumb.jpg', `Filesize Terlalu Besar!!, Gunakan Saja Link Download Ini\n${dl_link1}`, id)
- await client.sendImage(from, thumb1, 'thumb.jpg',`*_Title:_* ${title1}\n*_Filesize:_* ${filesize1}`, id)
- await client.sendFileFromUrl(from, dl_link1, `${title1}.mp4`, `${title1}`, id)
- // await client.sendVideoAsGif(from, dl_link1, `${title1}.mp4`, `${title1}`, id)
Advertisement
Add Comment
Please, Sign In to add comment