JsoGeneratorScript

2099

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