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
| // Create by Corex with 💙 | |
| // Modified by MR SHUBHAM | |
| // github.com/Corex24 | |
| // t.me/corex2410 | |
| const { bot } = require('../lib/') | |
| const fetch = (...args) => import('node-fetch').then(({ default: fetch }) => fetch(...args)) | |
| bot( |
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
| //Create by Corex wuth 💙 | |
| //github.com/Corex24 | |
| //t.me/corex2410 | |
| const { bot } = require('../lib/') | |
| const fetch = (...args) => import('node-fetch').then(({ default: fetch }) => fetch(...args)) | |
| bot( | |
| { |
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 { bot } = require('../lib/'); | |
| // Lists of truths and dares | |
| const truths = [ | |
| "पहली बार मुझे देखकर तुम्हारे मन में क्या ख्याल आया था?", | |
| "अगर मैं 1 दिन तुम्हारे साथ ना रहूँ तो तुम क्या करोगे?", | |
| "मेरे बारे में तुम्हें सबसे प्यारी चीज़ क्या लगती है?", | |
| "तुम्हें मेरा कौन सा habit बिलकुल पसंद नहीं?", | |
| "अगर तुम्हें मुझे एक nickname देना पड़े तो क्या दोगे?", | |
| "कभी मेरे लिए secretly jealous हुए हो?", |
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 { bot, getJson } = require('../lib/'); | |
| bot({ | |
| pattern: 'naruto ?(.*)', | |
| fromMe: true, | |
| desc: 'Naruto WhatsApp Status Generator', | |
| type: 'Anime🪄' | |
| }, async (message, match) => { | |
| // API से डेटा प्राप्त करें |
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
| // 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'); |
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
| // Adapted for Leventer bot style | |
| const axios = require('axios'); | |
| const cheerio = require('cheerio'); | |
| const { bot } = require('../lib'); | |
| class SFMHandler { | |
| constructor() { | |
| this.baseUrl = 'https://sfmcompile.club'; | |
| } |
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 { | |
| bot, | |
| getGids, | |
| jidToNum, | |
| isGroup, | |
| getGroupMembers, | |
| getName, | |
| } = require('../lib/') | |
| bot( |
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 { izumi, parsedJid } = require("../lib/"); | |
| const config = { | |
| BOT_NAME: "𝐒𝐊𝐒 𝐁𝐎𝐓☮︎ ᵒᶠᶜ", | |
| TITLE: "🌝ig|_sks_bot_", | |
| BODY: "ig@_sks_bot_", | |
| SOURCEURL: "https://chat.whatsapp.com/DAD1FGg9dES0FpxtrUEheo", | |
| MEDIAURL: "https://instagram.com/_sks_bot_", | |
| Thumbnail: "https://i.imgur.com/zL8iMBv.jpeg", | |
| large_thumbnail: "true", | |
| PTT: "false" |
NewerOlder