This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| 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>`) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| 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' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| 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' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {} |