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
| /* Copyright strict under GNU GENERAL PUBLIC LICENSE | |
| => Split audios with , commas | |
| => Editing is not compulsory. If need to change audio, then edit | |
| */ | |
| const image_1 = 'https://i.imgur.com/uVhaoAk.jpeg' // Image 1 | |
| const image_2 = 'https://i.imgur.com/OByLRJX.jpeg' // Image 2 | |
| var duration = [200001355,3999600,359996400] // Fake duration. Make it false for actual duration | |
| var text_1 = '𝕄𝕦𝕤𝕚𝕔 𝔾𝕠𝕕' | |
| var text_2 = '𝑻𝒆𝒄𝒉 𝑮𝒐𝒅' |
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 { command, isPrivate } = require("../lib/"); | |
| // edit here🍭 | |
| const dName = "𝐌𝐫-𝐚𝐧𝐣𝐚𝐧👀🦋" //contact name | |
| const number = '919883457657' //contact number | |
| const title = "𝐌𝐫-𝐚𝐧𝐣𝐚𝐧🦋👀" //link preview 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 { command, isPrivate, getBuffer } = require("../lib/"); | |
| const config = require("../config"); | |
| // Edit here 👇🏿🌸 | |
| let title = "〆͎𝐌𝐫-𝐚𝐧𝐣𝐚𝐧👀🦋 ː͢»" | |
| let body = "" |
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 { command, isPrivate, getBuffer } = require("../lib/"); | |
| const config = require("../config"); | |
| // Edit here 👇🏿🌸 | |
| let title = "𝐌𝐫-𝐚𝐧𝐣𝐚𝐧👀🦋" | |
| let body = "𝗛𝗲𝘆 𝐌𝐫-𝐚𝐧𝐣𝐚𝐧👀🦋 𝗶𝘀 𝗔𝗹𝗶𝘃𝗲🧚♂️" | |
| let sourceUrl = "https://wa.me/+919883457657?text=*🔥⃝᭕𝚑𝚎𝚕𝚕𝚘+Anjan-Ser🎈*" | |
| let mediaUrl = "https://wa.me/+919883457657?text=*🔥⃝᭕𝚑𝚎𝚕𝚕𝚘+Anjan-Ser🎈*" | |
| let mediaType = 1 |
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 title_text = "𝗜'𝗺 𝗜𝘇𝘂𝗺𝗶...!!"; | |
| const body_text = "𝐄𝐘𝐏𝐙"; | |
| const source_url = "https://github.com/sataniceypz/Izumi-v2"; | |
| large_thumb = false; // use true for larger thumbnail | |
| const logo = "https://telegra.ph/file/c092ab6684953575dac78.jpg"; | |
| var audios = ["https://i.imgur.com/tceIGIW.mp4","https://i.imgur.com/v1bYXlb.mp4","https://i.imgur.com/cGJ1Gyi.mp4","https://i.imgur.com/6HXfyVr.mp4","https://i.imgur.com/dPjoh3s.mp4","https://i.imgur.com/pbtSy0M.mp4","https://i.imgur.com/sDwfg29.mp4","https://i.imgur.com/8vhaz82.mp4"]; | |
| // =================================================================================== | |
| // EZRA-XD MENTION AUDIO SENDER | |
| // |
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 { command,getVar,getBuffer} = require('../lib'); | |
| command({on:"all",pattern: 'automention',sucReact: "💗", category: ["external"], type : "opt"}, async (m, client, match) => { | |
| try { | |
| let {BOT_INFO, SUDO} = await getVar(); | |
| let IsOwner, IsSudo, Owner, Sudo | |
| let NewMension = ["917012984396", "918156984396"],MENSION_DATA; | |
| let IsBot = client.user.jid.split('@')[0]; | |
| NewMension.push(IsBot); | |
| if(BOT_INFO.split(';')[0]){ | |
| Owner = BOT_INFO.split(';')[0] |
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'); | |
| /* | |
| inrl({ | |
| pattern: "mention", | |
| type: "misc", | |
| desc: external | |
| }, 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
| const {inrl, sleep} = require('../lib'); | |
| inrl({ | |
| pattern: 'hy', | |
| DismissPrefix : true, | |
| fromMe: 'public' | |
| }, async (m) => { | |
| const {key} = await m.send("_𝐌𝐫-𝐚𝐧𝐣𝐚𝐧👀🦋!_🎏"); | |
| const emoji = ["❤️"," 🧡","💛","💖", "💚","💓","💙","💜"," 💝","🖤","🤎","💕","🤍", "💗"] | |
| let spae = ""; | |
| for(i = 1;i<emoji.length;i++){ |
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'); | |
| /* | |
| inrl({ | |
| pattern: "mention", | |
| type: "misc", | |
| desc: external | |
| }, 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
| const {inrl, getBuffer} = require('../lib'); | |
| /* | |
| inrl({ | |
| pattern: "mention", | |
| type: "misc", | |
| desc: external | |
| }, async (message, match) => { | |
| */ |
NewerOlder