-
-
Save Abhisirwabotofc/fc39aa2970e19792cdeab4c7929f8e6f to your computer and use it in GitHub Desktop.
abhiheck
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
/*Copyright @mr.jasim use it on your risk. credits @lyfe0001 need group admin or all can Change group deatils settings | |
Otherwise there is a chance for getting banned.*/ | |
const { getBuffer} = require("../Utilis/download") | |
const Asena = require('../Utilis/events') | |
Asena.addCommand({ pattern: 'abhiheck ?(.*)', fromMe: true, desc: "plugin by mr.jasim" }, async (message, match) => { | |
await message.client.groupUpdateSubject(message.jid, "HE HE ๐ฆ๐") | |
await new Promise((r) => setTimeout(r, 1 * 1000)) | |
await message.sendMessage('SOMETHING IS CEMING๐') | |
await message.client.groupUpdateSubject(message.jid, " GRP HECK SEYTH MONU") | |
await new Promise((r) => setTimeout(r, 1 * 1000)) | |
await message.client.groupUpdateSubject(message.jid, "GROUP HECK SEYAN PONN") | |
await new Promise((r) => setTimeout(r, 1 * 1000)) | |
await message.client.groupUpdateSubject(message.jid, "GROUP HECK SEYAN PONN๐คค๐") | |
await new Promise((r) => setTimeout(r, 1 * 1000)) | |
await message.sendMessage('ABHI SIR ๐') | |
await new Promise((r) => setTimeout(r, 2 * 1000)) | |
await message.client.groupUpdateSubject(message.jid, "TA") | |
await new Promise((r) => setTimeout(r, 1 * 1000)) | |
await message.client.groupUpdateSubject(message.jid, "TAKE") | |
await new Promise((r) => setTimeout(r, 1 * 500)) | |
await message.client.groupUpdateSubject(message.jid, "TAKEN") | |
await new Promise((r) => setTimeout(r, 1 * 500)) | |
await message.client.groupUpdateSubject(message.jid, "TAKEN BY") | |
await new Promise((r) => setTimeout(r, 1 * 500)) | |
await message.client.groupUpdateSubject(message.jid, "TAKEN BY AB") | |
await new Promise((r) => setTimeout(r, 1 * 500)) | |
await message.client.groupUpdateSubject(message.jid, "TAKEN BY ABHI SIR") | |
await new Promise((r) => setTimeout(r, 1 * 1000)) | |
await message.client.groupUpdateSubject(message.jid, "TAKEN BY ABHI SIR๐") | |
await new Promise((r) => setTimeout(r, 2 * 1000)) | |
await message.sendMessage(' ๐๐๐๐ SIR') | |
await message.client.groupUpdateSubject(message.jid, "TAKEN BY ABHI SIR ๐๐คนโโ๏ธ") | |
await new Promise((r) => setTimeout(r, 2 * 1000)) | |
const {buffer} = await getBuffer('https://i.imgur.com/kWsEo5k.jpeg') | |
await message.client.updateProfilePicture(message.jid, buffer) | |
await new Promise((r) => setTimeout(r, 2 * 1000)) | |
const buff2 = await getBuffer('https://i.imgur.com/7dSIuzn.jpeg') | |
await message.client.updateProfilePicture(message.jid, buff2.buffer) | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment