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,getBuffer } = require('../lib') | |
const Config = require('../config') | |
const axios = require('axios') | |
var nicetitle = 'SUHAIL TECH' | |
var nicebody = "|| ◁ㅤ❚❚ㅤ▷||ㅤ ↻" | |
var niceurl = 'https://youtube.com/c/SuhailTechInfo' | |
const nicepic = 'https://wallpapercave.com/wp/wp9556281.jpg'; | |
/* | |
cmd({ | |
pattern: "mention", |
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
//Thanks to xIKRATOSx for codes | |
const { Configuration, OpenAIApi } = require{"openai"} | |
const { tlang, botpic,cmd, prefix, runtime,Config } = require('../lib') | |
const axios = require('axios') | |
const speed = require('performance-now') |
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 : SamPandey001 <https://github.com/SamPandey001> | |
* @description : Secktor,A Multi-functional whatsapp bot. | |
* @version 0.0.6 | |
**/ |