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 } = require("../lib/"); | |
| Function({ | |
| pattern: 'hermit ?(.*)', | |
| fromMe: false, | |
| desc: 'Sends template button image', | |
| type: 'misc', | |
| }, async (message, match) => { | |
| const { content } = await getJson ('https://www.quotable.io/random') | |
| const templateButtons = [ | |
| {index: 1, urlButton: {displayText: 'Github ♻️', url: 'https://github.com/A-d-i-t-h-y-a-n/hermit-md'}}, |
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
| //photo editor by n i z a m ®™, thanks to mask ser | |
| const { Function, Imgur, deleteFromImgur, isPublic} = require ('../lib/') | |
| Function ( | |
| { | |
| pattern: 'piceditor ?(.*)', | |
| fromMe: isPublic, | |
| desc: 'photo editer menu', | |
| 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 { | |
| AUDIO_DATA, SUDO | |
| } = require('../config'); | |
| const { | |
| 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
| // temporary mention audio for hermit-md | |
| // audio list credit for my friends | |
| const { | |
| AUDIO_DATA, | |
| SUDO | |
| } = require('../config'); | |
| const { | |
| Function, | |
| getBuffer, | |
| toAudio, |
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
| /* | |
| bot.addCommand( | |
| { | |
| pattern: 'iswa ?(.*)', | |
| fromMe: true, | |
| desc: 'filter numbers on whatsapp', | |
| }, | |
| 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
| var react = ["bei","bye","റിയാക്ഷൻ","ok","nizam"] | |
| var emoji = ["🤙","💞"] | |
| /* | |
| bot.addCommand( | |
| { | |
| pattern: 'ar ?(.*)', | |
| fromMe: true, | |
| desc: 'automatic reaction', | |
| }, | |
| 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
| // by nizam . Special thanks to mask ser// | |
| const { | |
| bot, | |
| parseGistUrls, | |
| getPlugin, | |
| setPlugin, | |
| pluginsList, | |
| delPlugin, | |
| genButtonMessage, | |
| } = require('../lib/') |
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, | |
| genButtonMessage, | |
| mentionMessage, | |
| enableMention, | |
| clearFiles, | |
| } = require('../lib/') | |
| bot( | |
| { |