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, mode, generateTTS } = require('../lib'); | |
| bot({ | |
| pattern: 'ttsnova ?(.*)', | |
| fromMe: mode, | |
| desc: 'text to speech - nova', |
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/zL8iMBv.jpeg' | |
| const url2 = 'https://i.imgur.com/zL8iMBv.jpeg' | |
| 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
| const { izumi, mode } = require('../lib/'); | |
| izumi({ | |
| pattern: "owner$", | |
| fromMe: mode, | |
| desc: "Bot Owner", | |
| type: "user", | |
| }, async (message, match, client) => { | |
| try { | |
| const name = 'S Y 4 M', title = "IG|_sks_bot_", number = '919888280858', body = "SY4M!"; | |
| const image = "https://i.imgur.com/zL8iMBv.jpeg", sourceUrl = 'https://chat.whatsapp.com/DAD1FGg9dES0FpxtrUEheo'; |
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: "S Y 4 M", | |
| TITLE: "๐๐๐ ๐๐๐โฎ๏ธ แตแถ แถ", | |
| BODY: "ig|_sks_bot_", | |
| SOURCEURL: "https://instagram.com/_sks_bot_", | |
| MEDIAURL: "https://instagram.com/_sks_bot_", | |
| Thumbnail: "https://ik.imagekit.io/eypz/1722873153553_5hvVvDIgr.png" | |
| }; | |
| /* |
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://USE ๐งโค๏ธโ๐ฅ", | |
| MEDIAURL: "https://instagram.com/_sks_bot_", | |
| Thumbnail: "https://sy4m.vercel.app", | |
| 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 { | |
| inrl, | |
| getBuffer | |
| } = require("../lib/"); | |
| const url1 = "https://i.imgur.com/bRFCw6a.jpeg" | |
| const url2 = "https://i.imgur.com/bRFCw6a.jpeg" | |
| const title = "๐โ๐โชโช๐๐๐๐ ๐๐๐ฅใ๏ธโโเฟ" | |
| const 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 { inrl, getBuffer } = require('../lib/') | |
| const image = 'https://i.imgur.com/SnQh3tn.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
| const {inrl} = 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("Loading"); | |
| 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 { | |
| forwardOrBroadCast, | |
| bot, | |
| parsedJid, | |
| getBuffer, | |
NewerOlder