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
// Plugin by Corex ๐ | |
const { bot } = require('../lib/'); | |
const fetch = (...args) => | |
import('node-fetch').then(({ default: fetch }) => fetch(...args)); | |
const API_KEY = '52d192da6e86b2e9121f15079b879c57'; |
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
//Create by Corex wuth ๐ | |
//github.com/Corex24 | |
//t.me/corex2410 | |
const { bot } = require('../lib/') | |
const fetch = (...args) => import('node-fetch').then(({ default: fetch }) => fetch(...args)) | |
bot( | |
{ |
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 } = require('../lib'); | |
const cooldown = new Map(); | |
bot( | |
{ | |
pattern: 'hack ?(.*)', |