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
Hello World |
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
/Cmd install hentai.js const axios = require("axios"); const fs = require("fs"); const path = require("path"); const HENTAI_API = "https://kaiz-apis.gleeze.com/api/hanime"; const API_KEY = "66e0cfbb-62b8-4829-90c7-c78cacc72ae2"; // neokex ফাংশন - video/thumbnail ডাউনলোডের জন্য async function neokex(url, fileName) { const response = await axios.get(url, { responseType: "arraybuffer" }); fs.writeFileSync(fileName, response.data); return fs.createReadStream(fileName); } module.exports = { config: { name: "hentai", version: "1.2", aliases: ["hanime"], author: "NeoKEX", countDown: 5, role: 0, description: { en: "Fetch and send Hentai videos with thumbnails" }, category: "media", guide: { en: "{pn} [page number]: Get Hentai videos list" }, }, onStart: async ({ api, event, args, commandName }) => { const page = parseInt(args[0]) || 1; let result; try { const res = await axios.get(`${HENTAI_API}?page=${page}&limit=10&apikey=${API_KEY}`); res |
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
Hello World |
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
const fs = require("fs-extra"); | |
const path = require("path"); | |
const https = require("https"); | |
module.exports = { | |
config: { | |
name: "help", | |
aliases: ["menu", "commands"], | |
version: "4.8", | |
author: "NeoKEX", |
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
Hello World |
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
const fs = require("fs-extra"); | |
const path = require("path"); | |
const https = require("https"); | |
module.exports = { | |
config: { | |
name: "help", | |
aliases: ["menu", "commands"], | |
version: "4.8", | |
author: "NeoKEX", |
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
const fs = require("fs-extra"); | |
const path = require("path"); | |
const https = require("https"); | |
module.exports = { | |
config: { | |
name: "help", | |
aliases: ["menu", "commands"], | |
version: "4.8", | |
author: "NeoKEX", |
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
const fs = require("fs-extra"); | |
const path = require("path"); | |
const https = require("https"); | |
module.exports = { | |
config: { | |
name: "help", | |
aliases: ["menu", "commands"], | |
version: "4.8", | |
author: "NeoKEX", |
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
<!DOCTYPE html> | |
<html | |
lang="en" | |
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
<!DOCTYPE html> | |
<html | |
lang="en" | |
OlderNewer