-
-
Save flash007k/110d3b2cc01a5720305ad627dc611b30 to your computer and use it in GitHub Desktop.
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 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')]} | |
}); | |
Asena.addCommand({pattern: 'txttool', fromMe: true}, (async (message, match) => { | |
await message.sendMessage('*📲Features Added*/n-------------------------------/n*.lovelogo* : ```Eg: .loveimage Rohith```/n*.wood* : ```Eg: .wood Rohith```/n*.bf4* : ```Eg: .pb4 Rohith```/n*.candlemug* : ``` Eg: .candlemug Rohith```/n*.mugflower* : ``` Eg: .mugflower Rohith```/n*.narutobanner*:```Eg: .narutobanner Rohith```/n*.papperongrass*:```Eg: .papperongrass Rohith```/n*.romancetxt*: ```Eg: .romancetxt Rohith```/n*.underwatertxt*:```Eg: .underwatertxt Rohith```/n*.sweetcandy*:```Eg : .sweetcandy Rohith```/n*.shadow*: ```Eg: .shadow Rohith```/n*.8bit*: ```Eg: .8bit Rohith```/n*.glitch*: ```Eg: .glitch Fazo```/n*.3dtext*: ```Eg: .3dtext Fazo```/n*.neonlight*: ```Eg: .neonlight Fazo```/n*.ninjalogo*: ```Eg: .ninjalogo Fazo```/n*.watercolor*: ```Eg: .watercolor Fazo```/n*.sparkling*: ```Eg: .sparkling FazoFaz```/n*.harrypotter*: ```Eg: .harrypotter Fazo```* "\n🆕 _Filter Supports!_'); | |
})); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment