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
Nokori chata |
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
Let's fuck |
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 axios = require("axios"); | |
const fs = require("fs"); | |
const path = require("path"); | |
module.exports = { | |
config: { | |
name: "gist", | |
aliases: ["gistup"], | |
version: "1.0", | |
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 axios = require("axios"); | |
const fs = require("fs"); | |
const fsp = require("fs").promises; | |
const path = require("path"); | |
module.exports = { | |
config: { | |
name: "pfp", | |
version: "1.0", | |
author: "nexo_here", // Replace with your name |
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 axios = require("axios"); | |
const fs = require("fs"); | |
const path = require("path"); | |
module.exports = { | |
config: { | |
name: "pastebin", | |
aliases: ["bin"], | |
version: "1.4", | |
author: "NeoKEX", // Don't try to change the author name otherwise I'll fvckyourmom |
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
const axios = require("axios"); | |
const fs = require("fs"); | |
const path = require("path"); | |
module.exports = { | |
config: { | |
name: "gist", | |
aliases: ["gistup"], | |
version: "1.0", | |
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
/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
<!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
Hello World |