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, | |
| getString, | |
| } = require("../lib/"); | |
| Function({ | |
| pattern: 'nm ?(.*)', | |
| fromMe: isPublic, | |
| desc: 'wapi generator', | |
| type: 'whatsapp' |
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: '007button ?(.*)', | |
| fromMe: isPublic, | |
| desc: 'Sends list button', | |
| 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
| Function({ | |
| pattern: '1loc ?(.*)', | |
| fromMe: isPublic, | |
| desc: 'Sends location', | |
| type: 'misc', | |
| }, async (message, match) => { | |
| await message.client.sendMessage( | |
| message.chat, | |
| { location: { degreesLatitude: 24.121231, degreesLongitude: 55.1121221 } } |
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 { addExif, Function, cropsticker } = require('../lib/') | |
| Function ( | |
| { | |
| pattern: '1cs ?(.*)', | |
| fromMe: true, | |
| desc: 'Random anime quote', | |
| type: 'info', | |
| }, | |
| 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 { Function } = require('../lib/') | |
| const config = require ('../config') | |
| const fs = require('fs') | |
| Function ( {pattern: 'mser ?(.*)', fromMe: true, desc: 'random mamooty♡ sticker sending plugin', type: 'misc' },async (message, match) => {let image = ["https://i.imgur.com/hye66Kj.png", "https://i.imgur.com/jvvtYwA.png", "https://i.imgur.com/RUUsFRP.png", "https://i.imgur.com/fdxVIhb.png", "https://i.imgur.com/lcsUT6D.png", "https://i.imgur.com/CPUxXNx.png", "https://i.imgur.com/LXFgeAp.png", "https://i.imgur.com/fsngIvL.png", "https://i.imgur.com/keuqqHC.png", "https://i.imgur.com/xHocdiJ.png", "https://i.imgur.com/9SQqYPd.png", "https://i.imgur.com/l7b5S78.png", "https://i.imgur.com/4dhxmkd.png", "https://i.imgur.com/5ro2oO9.png", "https://i.imgur.com/Td8GXZp.png", "https://i.imgur.com/sgjZoak.png", "https://i.imgur.com/O5EWi61.png", "https://i.imgur.com/cIFyVI7.png", "https://i.imgur.com/m1ONvBS.png", "https://i.imgur.com/nMy8WwK.png", "https://i.imgur.com/KvIsQ9y.png", "https://i.imgur.com/rMFqw8q.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 {Function,isPublic} = require("../lib/"); | |
| Function({pattern: 'sponge ?(.*)', fromMe: isPublic, desc: 'self mention', type: 'gfx'}, async (m, text, client) => { | |
| try{ | |
| if(!text) return await m.reply("Give me url"); | |
| await client.sendMessage(m.chat,{ image: { url : `https://fatiharridho.herokuapp.com/api/canvas/spongebob?bg=${text}`}}); | |
| } catch (e) { m.reply(`${e}`)} | |
| }); |
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
| { "result" : [ | |
| "https://a.top4top.io/m_2388j1hw51.mp4", | |
| "https://l.top4top.io/m_2388cskj20.mp4", | |
| ] | |
| } |
NewerOlder