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: "Asᴛʀᴏ Bᴏᴛ", | |
| TITLE: "Asᴛʀᴏ Bᴏᴛ-ᴠ3🦋", | |
| BODY: "Asᴛʀᴏ Bᴏᴛ ☔", | |
| SOURCEURL: "https://youtube.com/@adkrichu", | |
| MEDIAURL: "https://chat.whatsapp.com/I9WpnuNlTj8ELutpU4qfl7", | |
| Thumbnail: "https://api.eypz.c0m.in/image", | |
| large_thumbnail: true, | |
| PTT: false |
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, jsonFormat } = require("../lib/"); | |
| const config = { | |
| BOT_NAME: "Asᴛʀᴏ Bᴏᴛ", | |
| TITLE: "Asᴛʀᴏ Bᴏᴛ-ᴠ3 🍭", | |
| BODY: "Asᴛʀᴏ Bᴏᴛ ☔", | |
| SOURCEURL: "https://youtube.com/@adkrichu", | |
| MEDIAURL: "https://github.com/ADK-RICHU", | |
| Thumbnail: "https://telegra.ph/file/492557f2589925dc372c1.jpg" | |
| }; | |
| /* |
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, mode } = require('../lib/'); | |
| izumi({ | |
| pattern: "owner$", | |
| fromMe: mode, | |
| desc: "Bot Owner", | |
| type: "user", | |
| }, async (message, match, client) => { | |
| try { | |
| const name = 'Asᴛʀᴏ Bᴏᴛ ☔', title = "Asᴛʀᴏ Bᴏᴛ Sᴜᴘᴘᴏʀᴛ🧚♂️", number = '916282122603', body = "Asᴛʀᴏ Bᴏᴛ ☔"; | |
| const image = "https://telegra.ph/file/492557f2589925dc372c1.jpg", sourceUrl = 'https://chat.whatsapp.com/I9WpnuNlTj8ELutpU4qfl7'; |
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 { | |
| Function, | |
| parsedJid, | |
| getBuffer | |
| } = require("../lib/"); | |
| const url1 = 'https://telegra.ph/file/492557f2589925dc372c1.jpg' | |
| const url2 = 'https://telegra.ph/file/1b45da095489ebf2fd765.jpg' | |
| Function({ |
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
| //photo editor by n i z a m ®™, thanks to mask ser | |
| const { Function, Imgur, deleteFromImgur, isPublic} = require ('../lib/') | |
| Function ( | |
| { | |
| pattern: 'piceditor ?(.*)', | |
| fromMe: isPublic, | |
| desc: 'photo editer menu', | |
| type: 'misc', |
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 { | |
| Function, | |
| isPublic | |
| } = require('../lib/') | |
| Function({ | |
| pattern: 'hack ?(.*)', | |
| desc: 'Shows the Lub', | |
| type: 'misc', | |
| }, async (message, match) => { |
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
| //FORK AND USE | |
| // VIDEOS COLLECT FROM THIS GROUP(FROM) | |
| var from = ["[email protected]"]//eg ["jid1","jid2","jid3"] | |
| //VIDEOS TAKES SEND TO THESE GROUPS(TO) | |
| var to = "[email protected]"; //eg "jid1,jid2,jid3" | |
| /*Function({ pattern: 'autoforward ?(.*)', fromMe:false}), async (mask,ser) ={return});*/ | |
| const {Function, parsedJid} = require('../lib/') | |
| //You can change 👇👇 this video to audio/image/text | |
| Function({on: 'audio', fromMe: false}, async (me, text, client) => { | |
| for ( any in from) |
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 {Function,isPublic, getJson, getBuffer,prefix} = require("../lib/"); | |
| Function({ | |
| pattern: 'naruto ?(.*)', | |
| fromMe: isPublic, | |
| desc: 'Sends random naruto videos', | |
| type: 'misc', | |
| }, async (message, match) => { | |
| let { result} = await getJson ('https://gist.githubusercontent.com/lokixjs/c5478d203d8bb889af1627b610360b4b/raw/bd1ad9843710c6b9cbdb8a69fd732ee6db11b302/naruto.json') | |
| let loki = result[Math.floor(Math.random()*result.length)] | |
| await message.client.sendMessage(message.chat, {video: {url: `${loki}`}, caption: "*© ᴀᴅᴋ ʀᴉᴄⲏᴜ ᴘᴜʙᴌᴉᴄ ʙᴏᴛ*"}) |
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 {Function,isPublic, getJson, getBuffer,prefix} = require("../lib/"); | |
| Function({pattern: 'sanime ?(.*)', fromMe: isPublic, desc: 'random anime status videos', type: 'anime'}, async (m, text, client) => { | |
| let { result} = await getJson ('https://raw.githubusercontent.com/mask-sir/api.mask-ser/main/AnimeVideos.json') | |
| let mask = result[Math.floor(Math.random()*result.length)] | |
| const buttons = [ | |
| {buttonId: prefix + 'sanime', buttonText: {displayText: 'next'}, type: 1}] | |
| const buttonMessage = { | |
| video: {url: mask}, | |
| caption: "*Random anime videos*", |
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 { | |
| Function, | |
| isPublic, | |
| getJson, | |
| prefix | |
| } = require("../lib/"); | |
| Function({ | |
| pattern: 'joke ?(.*)', | |
| fromMe: isPublic, |
NewerOlder