Skip to content

Instantly share code, notes, and snippets.

// 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 😒
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." },
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." },
@Abhisirwabotofc
Abhisirwabotofc / achu
Created January 29, 2022 05:13
owner
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'
@Abhisirwabotofc
Abhisirwabotofc / achu
Created January 29, 2022 05:19
owner
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'
@Abhisirwabotofc
Abhisirwabotofc / achu
Created January 29, 2022 06:00
owner
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 = ''
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 = ''
@Abhisirwabotofc
Abhisirwabotofc / achu
Created January 29, 2022 06:38
Itz-me
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 ...");
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 ɪᴛᴢ-ᴍᴇ ͢ʙᴏᴛ ᴀᴄʜᴜ 🎀🍭
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