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
// NO NEED TO EDIT THIS PLUGIN 😒 | |
// NO NEED TO EDIT THIS PLUGIN 😒 | |
// NO NEED TO EDIT THIS PLUGIN 😒 | |
// NO NEED TO EDIT THIS PLUGIN 😒 | |
// NO NEED TO EDIT THIS PLUGIN 😒 | |
// NO NEED TO EDIT THIS PLUGIN 😒 | |
// NO NEED TO EDIT THIS PLUGIN 😒 | |
// NO NEED TO EDIT THIS PLUGIN 😒 | |
// NO NEED TO EDIT THIS PLUGIN 😒 | |
// NO NEED TO EDIT THIS PLUGIN 😒 |
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("../Utilis/events"); | |
const { forwardOrBroadCast } = require("../Utilis/groupmute"); | |
const { getBuffer } = require('../Utilis/download'); | |
const { parsedJid } = require("../Utilis/Misc"); | |
// chnage url for custom photo and change caption if | |
const url1 = 'https://i.imgur.com/NVXpAYp.jpeg' | |
const url2 = 'https://i.imgur.com/NVXpAYp.jpeg' | |
Asena.addCommand( | |
{ pattern: 'abhi ?(.*)', fromMe: true, desc: "Forward replied msg." }, |
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("../Utilis/events"); | |
const { forwardOrBroadCast } = require("../Utilis/groupmute"); | |
const { getBuffer } = require('../Utilis/download'); | |
const { parsedJid } = require("../Utilis/Misc"); | |
// chnage url for custom photo and change caption if | |
const url1 = 'https://i.imgur.com/NVXpAYp.jpeg' | |
const url2 = 'https://i.imgur.com/NVXpAYp.jpeg' | |
Asena.addCommand( | |
{ pattern: 'abhi ?(.*)', fromMe: true, desc: "Forward replied msg." }, |
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 hyper = require("../Utilis/events"); | |
let {MessageType, MessageOptions, Mimetype} = require('@adiwajshing/baileys') | |
const { getBuffer } = require('../Utilis/download'); | |
//Owner vcard by favas | |
hyper.addCommand( //by favas... | |
{ pattern: "owner ?(.*)", fromMe: true, desc: "send owner vcard" }, | |
async (message, match) => { | |
const vcard = 'https://i.imgur.com/TFVIDhj.jpeg' | |
const favas = 'BEGIN:VCARD\n' | |
+ 'VERSION:3.0\n' |
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 hyper = require("../Utilis/events"); | |
let {MessageType, MessageOptions, Mimetype} = require('@adiwajshing/baileys') | |
const { getBuffer } = require('../Utilis/download'); | |
//Owner vcard by favas | |
hyper.addCommand( //by favas... | |
{ pattern: "owner ?(.*)", fromMe: true, desc: "send owner vcard" }, | |
async (message, match) => { | |
const vcard = 'https://i.imgur.com/EDdzx3d.jpeg' | |
const favas = 'BEGIN:VCARD\n' | |
+ 'VERSION:3.0\n' |
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 riomwon = require("../Utilis/events"); | |
const { getBuffer } = require('../Utilis/download'); | |
const hrs = new Date().getHours({ timeZone: 'Asia/Kolkata' }) | |
const get_localized_date = { weekday: 'long', year: 'numeric', month: 'long', day: 'numeric' }; | |
//live - by riomwon from whatsapp-bot | |
riomwon.addCommand({ pattern: 'time ?(.*)', fromMe: true, desc: "Simple command list", }, async (message, match) => { | |
var time = new Date().toLocaleString('HI', { timeZone: 'Asia/Kolkata' }).split(' ')[1] | |
var date = new Date().toLocaleDateString(get_localized_date) | |
var wish = '' |
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 riomwon = require("../Utilis/events"); | |
const { getBuffer } = require('../Utilis/download'); | |
const hrs = new Date().getHours({ timeZone: 'Asia/Kolkata' }) | |
const get_localized_date = { weekday: 'long', year: 'numeric', month: 'long', day: 'numeric' }; | |
//live - by riomwon from whatsapp-bot | |
riomwon.addCommand({ pattern: 'time ?(.*)', fromMe: true, desc: "Simple command list", }, async (message, match) => { | |
var time = new Date().toLocaleString('HI', { timeZone: 'Asia/Kolkata' }).split(' ')[1] | |
var date = new Date().toLocaleDateString(get_localized_date) | |
var wish = '' |
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 Shadow = require("../Utilis/events"); | |
const { forwardOrBroadCast } = require("../Utilis/groupmute"); | |
const { getBuffer } = require('../Utilis/download'); | |
const { parseJid } = require("../Utilis/vote"); | |
// shadow | |
const vsend = 'https://i.imgur.com/onnS2yY.jpeg' | |
Shadow.addCommand( | |
{ pattern: 'itz-me ?(.*)', fromMe: true, desc: "send replied msg as voice msg." }, | |
async (message, match) => { | |
if (match == "") return await message.sendMessage("*Give me a jid*\nExample .mforward jid1 jid2 jid3 jid4 ..."); |
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 Liya = require("../Utilis/events"); | |
const { getBuffer } = require('../Utilis/download'); | |
const hrs = new Date().getHours({ timeZone: 'Asia/Kolkata' }) | |
//stylish menu - by Shadow | |
Liya.addCommand({ pattern: 'Iam ?(.*)', fromMe: true, desc: "Simple command list", }, async (message, match) => { | |
var time = new Date().toLocaleString('HI', { timeZone: 'Asia/Kolkata' }).split(' ')[1] | |
var wish = '' | |
const Im = [2,1,8,14] //items by ɪᴛᴢ-ᴍᴇ ͢ʙᴏᴛ ᴀᴄʜᴜ 🎀🍭 |
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("../Utilis/events"); | |
const { forwardOrBroadCast } = require("../Utilis/groupmute"); | |
const { getBuffer } = require('../Utilis/download'); | |
const { parsedJid } = require("../Utilis/Misc"); | |
// chnage url for custom photo and change caption if |
OlderNewer