Skip to content

Instantly share code, notes, and snippets.

View kajju027's full-sized avatar
πŸ’Έ

ꕢᴀʏᴀɴ ᴏᴀΙͺ 🌐 kajju027

πŸ’Έ
View GitHub Profile
@kajju027
kajju027 / menu.js
Last active January 4, 2026 10:46 — forked from mistershubhamkumar/menu.js
πŸ‘‘Owner
const { bot, getBuffer, jidToNum, genThumbnail } = require('../lib/');
const { VERSION } = require('../config');
const { textToStylist, getUptime, getRam } = require('../lib/');
const url = 'https://i.ibb.co/67kqLrB4/file-00000000db347209b1d054fac0b2788e.png';
bot(
{
pattern: 'menu ?(.*)',
desc: 'Advanced Custom Menu',
const { bot, sleep } = require("../lib");
bot(
{
pattern: "joke ?(.*)",
fromMe: true,
desc: "get a random joke",
type: "all"
},
async (message) => {
const response = await fetch(
// adaptado de https://github.com/BrunoSobrino/TheMystic-Bot-MD/blob/master/plugins/adult-xnxxsearch.js y https://github.com/BrunoSobrino/TheMystic-Bot-MD/blob/master/plugins/adult-xnxxdl.js
const axios = require('axios');
const cheerio = require('cheerio');
const { bot } = require('../lib');
class XXXHandler {
constructor() {
this.baseUrl = 'https://www.xnxx.com';
}
@kajju027
kajju027 / cplay.js
Last active November 28, 2025 16:46 — forked from mistershubhamkumar/cplay.js
🎢 No description? πŸ˜… Ohkay ohkay... Fast response powered by David Cyril’s API ⚑️ β€” Made by Corex with πŸ’™
// Created by Corex with πŸ’™
// github.com/Corex24
// t.me/corex2410
const { bot } = require('../lib/')
const fetch = (...args) =>
@kajju027
kajju027 / dla.js
Created August 30, 2025 18:14 — forked from mistershubhamkumar/dla.js
Download Everything, YT-DLP and CURL - DownLoadAll.
// MR. De la Comunidad para la Comunidad. Prohibida su Venta.
// El Software se proporciona bajo los tΓ©rminos de la Licencia MIT, excepto que usted no puede:
// 1. Vender, revender o arrendar el Software.
// 2. Cobrar a otros por el acceso, la distribuciΓ³n o cualquier otro uso comercial del Software.
// 3. Usar el Software como parte de un producto comercial o una oferta de servicio.
// v19 Limite Playlist en MP3. Change curl t wget
const fs = require('fs').promises;
const path = require('path');
const os = require('os');
@kajju027
kajju027 / cplay.js
Last active December 1, 2025 18:57 — forked from Corex24/cplay.js
🎢 No description? πŸ˜… Ohkay ohkay... Fast response powered by David Cyril’s API ⚑️ β€” Made by Corex with πŸ’™
//Create by Corex with πŸ’™
//github.com/Corex24
//t.me/corex2410
const { bot } = require('../lib/')
const fetch = (...args) => import('node-fetch').then(({ default: fetch }) => fetch(...args))
@kajju027
kajju027 / dla.js
Last active January 4, 2026 10:21 — forked from weskerty/dla.js
Download Everything, YT-DLP and CURL - DownLoadAll.
/**
* dla.js - Advanced Media Downloader for LevanterBot
* Copyright (C) 2025 Weskerty
* Updated & Stylized for Peak Performance
*/
const fs = require('fs').promises;
const path = require('path');
const os = require('os');
const { promisify } = require('util');