Skip to content

Instantly share code, notes, and snippets.

@flash007k
flash007k / urbandictionary.js
Last active April 6, 2021 13:28 — forked from donpdonp/urbandictionary.js
gluon urban dictionary
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) {
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.*";
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')]}
/* 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 ();
/*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'); // +
@flash007k
flash007k / Test1.js
Last active August 14, 2021 04:25 — forked from Fazil-vk/Test1.js
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.*";
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.*";