Skip to content

Instantly share code, notes, and snippets.

@Rabwel12
Rabwel12 / Antispam shield.js
Created September 24, 2024 11:09 — forked from Tprabath/Antispam shield.js
Whatsapp-bot-antispam-01.js
const { bot, sleep } = require('../lib/')
bot(
{
pattern: 'antishield ?(.*)',
fromMe: true,
desc: 'antispam shield',
type: 'Antispam shield',
},
async (message, match) => {
@Rabwel12
Rabwel12 / Antispam shield.js
Created September 24, 2024 11:09 — forked from Tprabath/Antispam shield.js
Whatsapp-bot-antispam-01.js
const { bot, sleep } = require('../lib/')
bot(
{
pattern: 'antishield ?(.*)',
fromMe: true,
desc: 'antispam shield',
type: 'Antispam shield',
},
async (message, match) => {
@Rabwel12
Rabwel12 / Antispam shield.js
Created September 24, 2024 11:09 — forked from Tprabath/Antispam shield.js
Whatsapp-bot-antispam-01.js
const { bot, sleep } = require('../lib/')
bot(
{
pattern: 'antishield ?(.*)',
fromMe: true,
desc: 'antispam shield',
type: 'Antispam shield',
},
async (message, match) => {