This file contains 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
/** | |
//═══════════════════════════════════════════════════════════════════════════// | |
// WHATSAPP BOT-MD BETA // | |
// ███████╗██╗ ██╗██╗ ██╗ █████╗ ██╗██╗ ███╗ ███╗██████╗ // | |
// ██╔════╝██║ ██║██║ ██║██╔══██╗██║██║ ████╗ ████║██╔══██╗ // | |
// ███████╗██║ ██║███████║███████║██║██║ ██╔████╔██║██║ ██║ // | |
// ╚════██║██║ ██║██╔══██║██╔══██║██║██║ ██║╚██╔╝██║██║ ██║ // | |
// ███████║╚██████╔╝██║ ██║██║ ██║██║███████╗ ██║ ╚═╝ ██║██████╔╝ // | |
// ╚══════╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝╚══════╝ ╚═╝ ╚═╝╚═════╝ // | |
//═══════════════════════════════════════════════════════════════════════════// |
This file contains 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
/* NOTE | |
===> add country_code without `+` like 92 | |
===> add number without country_code | |
Suggestion : @AhlTech | |
*/ | |
let lockNumber = [ | |
{ country_code: 92, number: 3000000011 }, |
This file contains 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
/* NOTE | |
===> add country_code without `+` like 92 | |
===> add number without country_code | |
Suggestion : @AhlTech | |
*/ | |
let lockNumber = [ | |
{ country_code: 92, number: 3000000011 }, |
This file contains 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
//FORK AND USE IT | |
// MESSAGES COLLECT FROM THESE CHATS/GROUPS(FROM) | |
var from = ["[email protected]","[email protected]"] //ex ["jid1" , "jid2" , "jid3"] | |
//MESSAGES SEND TO THESE CHATS/GROUPS(TO) | |
var to = "[email protected] , [email protected]" //ex "jid1, jid2, jid3" |
This file contains 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, | |
} = require("../lib") | |
smd({ |
This file contains 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 { tlang, cmd,fetchJson, getBuffer, prefix, Config } = require('../lib') | |
const cheerio = require('cheerio') | |
const axios= require('axios'); | |
//--------------------------------------------------------------------------- | |
async function tiktokdl (url) { | |
const gettoken = await axios.get("https://tikdown.org/id"); | |
const $ = cheerio.load(gettoken.data); | |
const token = $("#download-form > input[type=hidden]:nth-child(2)").attr("value"); | |
const param = { |
This file contains 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 (C) 2022. | |
Licensed under the GPL-3.0 License; | |
You may not use this file except in compliance with the License. | |
It is supplied in the hope that it may be useful. | |
* @project_name : Lyfee 2.0 | |
* @author : Suhail <https://github.com/SuhailTechInfo> | |
* @description : Lyfee 2.0,A Multi-functional whatsapp bot. | |
* @version 1.0.0 | |
**/ |
This file contains 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 (C) 2022. | |
Licensed under the GPL-3.0 License; | |
You may not use this file except in compliance with the License. | |
It is supplied in the hope that it may be useful. | |
* @project_name : Secktor-Md | |
* @author : SuhailTechInfo <https://github.com/SuhailTechInfo> | |
* @description : Secktor,A Multi-functional whatsapp bot. | |
* @version 0.0.6 | |
**/ |
This file contains 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
let { fancytext, tlang, tiny, runtime, formatp, botpic,getBuffer, prefix, sck1,cmd } = require("../lib"); | |
const axios = require('axios'); | |
//--------------------------------------------------------------------------------------- | |
cmd({ | |
pattern: "fd", | |
desc: "To get Waifu Random Pics", | |
category: "Anime Pics", | |
filename: __filename | |
}, |
This file contains 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 { addnote,cmd, sck1,getBuffer ,delnote, allnotes, delallnote, tlang, botpic, runtime, prefix, Config } = require('../lib') | |
const util = require('util'); | |
const fs = require('fs-extra'); | |
const {TelegraPh} = require('../lib/scraper') | |
const url1 = 'https://i.imgur.com/sns44EZ.jpeg' | |
const url2 = 'https://i.imgur.com/sns44EZ.jpeg' | |
//--------------------------------------------------------------------------- | |
// ADD NOTE COMMANDS | |
//--------------------------------------------------------------------------- | |
cmd({ |
NewerOlder