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, sleep } = require("../lib"); | |
| bot( | |
| { | |
| pattern: "joke ?(.*)", | |
| fromMe: true, | |
| desc: "get a random joke", | |
| type: "hindi" | |
| }, | |
| async (message) => { | |
| const response = await fetch( |
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
| /** | |
| //βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ// | |
| // οΌ·οΌ¨οΌ‘οΌ΄οΌ³οΌ‘οΌ°οΌ° οΌ’οΌ―οΌ΄οΌοΌοΌ€ οΌ’οΌ₯οΌ΄οΌ‘ // | |
| // βββββββββββ ββββββ βββ ββββββ ββββββ ββββ βββββββββββ // | |
| // βββββββββββ ββββββ βββββββββββββββββ βββββ βββββββββββββ // | |
| // βββββββββββ βββββββββββββββββββββββββ ββββββββββββββ βββ // | |
| // βββββββββββ βββββββββββββββββββββββββ ββββββββββββββ βββ // | |
| // ββββββββββββββββββββ ββββββ ββββββββββββββ βββ βββ βββββββββββ // | |
| // ββββββββ βββββββ βββ ββββββ ββββββββββββββ βββ ββββββββββ // | |
| //βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ// |
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, | |
| genThumbnail, | |
| } = require('../lib/') | |
| const url1 = 'https://files.catbox.moe/zea9l7.jpeg' |
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({ |
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 { | |
| smd, | |
| axios, | |
| prefix, | |
| smdBuffer, |
NewerOlder