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
Asena.addCommand({pattern: 'ud', fromMe: true} | |
(function() { | |
// descriptor | |
return {name:"urbandictionary"} | |
}) | |
function go(msg) { | |
if (msg.method == "irc.privmsg") { | |
var cmd_match = /^!urbandictionary(\s+(\w+))?/.exec(msg.params.message) | |
if(cmd_match) { |
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 Asena = require('../events'); | |
const {MessageType} = require('@adiwajshing/baileys'); | |
const Config = require('../config'); // + | |
let wk = Config.WORKTYPE == 'private' ? true : false // + | |
Asena.addCommand({pattern: 'quote', fromMe: true}, (async (message, match) => { | |
var r_text = new Array (); | |
r_text[0] = "*Little one, it’s a simple calculus. This universe is finite, its resources, finite. If life is left unchecked, life will cease to exist. It needs correcting.*"; |
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 Asena = require('../events'); | |
const {MessageType} = require('@adiwajshing/baileys'); | |
Asena.addCommand({pattern: 'txttool' ?(.*)', fromMe: true}, (async (message, match) => { | |
await message.client.sendMessage(message.jid, '@' + message.reply_message.jid.split('@')[0] + ' *Here Is The Problem ..* 🤭 ', MessageType.text, { | |
quotedMessage: message.reply_message.data, contextInfo: {mentionedJid: [message.reply_message.jid.replace('c.us', 's.whatsapp.net')]} |
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
/* Codded by @Unique_hunter | |
Telegram: https://t.me/Unique_hunter | |
*/ | |
const Asena = require('../events'); | |
const {MessageType} = require('@adiwajshing/baileys'); | |
Asena.addCommand({pattern: 'sevgilim', fromMe: true}, (async (message, match) => { | |
var r_text = new Array (); |
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
/*Codded by @azizoff | |
Telegram: wa.me/+994503457533 | |
Instagram: az1zoff_28_08 | |
Thanks: | |
*İdea by @bewiroff | |
*/ | |
const Asena = require('../events'); | |
const {MessageType} = require('@adiwajshing/baileys'); | |
const Config = require('../config'); // + |
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 Asena = require('../events'); | |
const {MessageType} = require('@adiwajshing/baileys'); | |
const Config = require('../config'); // + | |
let wk = Config.WORKTYPE == 'private' ? true : false // + | |
Asena.addCommand({pattern: 'thanos', fromMe: true}, (async (message, match) => { | |
var r_text = new Array (); | |
r_text[0] = "*Little one, it’s a simple calculus. This universe is finite, its resources, finite. If life is left unchecked, life will cease to exist. It needs correcting.*"; |
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 Asena = require('../events'); | |
const {MessageType} = require('@adiwajshing/baileys'); | |
const Config = require('../config'); // + | |
let wk = Config.WORKTYPE == 'public' ? true : false // + | |
Asena.addCommand({pattern: 'thanosq', fromMe: true}, (async (message, match) => { | |
var r_text = new Array (); | |
r_text[0] = "*Little one, it’s a simple calculus. This universe is finite, its resources, finite. If life is left unchecked, life will cease to exist. It needs correcting.*"; |