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, yts, song } = require('../lib/') | |
bot( | |
{ | |
pattern: 'gandaw ?(.*)', | |
fromMe: true, | |
desc: 'Download youtube audio', | |
type: 'download', | |
}, | |
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 { bot } = require('../lib/') | |
bot( | |
{ | |
pattern: 'pinng ?(.*)', | |
desc: 'To check ping', | |
type: 'misc', | |
}, | |
async (message, match) => { | |
const start = new Date().getTime() |
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 TomLane = { | |
isStudent: true, | |
experience: [ | |
'html', | |
'css', | |
'JavaScript', | |
'git', | |
'tooling', | |
'yeoman', | |
'responsive design', |
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, jidToNum } = require('../lib/') | |
bot( | |
{ | |
pattern: 'mee ?(.*)', | |
fromMe: true, | |
desc: 'Tags yourself', | |
type: 'audio', | |
}, | |
async (message) => { |
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/'); | |
bot( | |
{ | |
pattern: 'ori ?(.*)', | |
desc: 'Send multiple messages as a bomb!', | |
type: 'fun', | |
}, | |
async (M, T) => { | |
let _0xa1b3 = [ |