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: 'tintu ?(.*)', fromMe: isPublic, desc: 'tintumon jokes', type: 'fun'}, async (m, text, client) => { | |
| let tintus = ["https://i.ytimg.com/vi/p-BV4NbRv04/maxresdefault.jpg","https://i.ytimg.com/vi/AeGmfrRHtfw/mqdefault.jpg","https://yt3.ggpht.com/ytc/AKedOLQQzIv6c9zqrIHlabtdfXd2DeYIb2fA-9hmBJow=s900-c-k-c0x00ffffff-no-rj","https://i.ytimg.com/vi/FAh6o8tAans/maxresdefault.jpg","https://i1.ytimg.com/vi/YZSbzD5StgA/maxresdefault.jpg","https://i.ytimg.com/vi/m2iCiUrR4Wk/maxresdefault.jpg","https://i.ytimg.com/vi/53yuePI3L74/maxresdefault.jpg"] | |
| let image = tintus[Math.floor(Math.random()*tintus.length)] | |
| var { result } = await getJson("https://api-mask-ser.herokuapp.com/api/fun/tintu") | |
| const buttons = [ | |
| {buttonId: prefix + 'tintu', buttonText: {displayText: 'Next'}, type: 1}] | |
| const buttonMessage = { |
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 { inrl, getBuffer } = require('../lib/') | |
| const image = 'https://i.imgur.com/xGPUXbk.jpeg' //MAIN IMAGE URL HERE | |
| const logo = 'https://telegra.ph/file/b1a153ed50e122440e8bb.jpg' | |
| inrl( | |
| { | |
| pattern: 'intro ?(.*)', | |
| fromMe: false, | |
| desc: 'Shows My Intro', | |
| 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
| let {Function,runtime} = require('../lib'); | |
| /* | |
| Credit: ADK-RICHU/hermit-md | |
| Function({ | |
| pattern: 'autobio ?(.*)', | |
| fromMe: false | |
| */ | |
| let on_aano = false | |
| Function({on:"text",fromMe:false},async (m)=>{ |
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://i.imgur.com/0I0KONy.jpeg' | |
| const url2 = 'https://i.imgur.com/kxwRM1c.jpg' | |
| Function({ |