Skip to content

Instantly share code, notes, and snippets.

View RyzenXD-sys's full-sized avatar
🌴
Sedang berlibur

RyzenXD RyzenXD-sys

🌴
Sedang berlibur
View GitHub Profile
/*
fitur : tiktok downloader
source : https://whatsapp.com/channel/0029Vb67i65Fi8xX7rOtIc2S
creator : Hanz
*/
import axios from 'axios'
let handler = async (m, { conn, args, usedPrefix, command }) => {
if (!args[0]) return m.reply(`*Format salah!*\nGunakan: ${usedPrefix + command} <url>`)
/**
fitur : tourl 4 server
source : [https://whatsapp.com/channel/0029Vb67i65Fi8xX7rOtIc2S]
creator : [Hanzofc]
**/
import fetch from 'node-fetch'
import FormData from 'form-data'
import { fileTypeFromBuffer } from 'file-type'
/**
fitur : text2img dreamnia ai
source : [https://whatsapp.com/channel/0029Vb67i65Fi8xX7rOtIc2S]
creator : [Hanzofc]
api : https://api.siputzx.my.id
note : ntah lah gabut😹
**/
import fetch from 'node-fetch'