Skip to content

Instantly share code, notes, and snippets.

@Trenchkid123
Trenchkid123 / bio.com
Last active January 5, 2024 04:56
Trenchkid
const { bot } = require('../lib/')
let AutoBio = false
/*
{
pattern: 'mybio ?(.*)', fromMe: true,
@Trenchkid123
Trenchkid123 / Bivonbio
Created December 30, 2023 14:38
Autobio.md
const { bot } = require('../lib/')
let AutoBio = false
/*
{
pattern: 'mybio ?(.*)',
fromMe: true,
desc: 'bot alive message',
type: 'misc',
},
*/
@Trenchkid123
Trenchkid123 / Mybio.txt
Last active December 22, 2023 21:02
Whatsappbio
const { bot } = require('../lib/')
let AutoBio = false
/*
{
pattern: 'mybio ?(.*)',
fromMe: true,
desc: 'bot alive message',
type: 'misc',
},
*/
const { bot, forwardOrBroadCast } = require('../lib')
// bot(
// {
// pattern: 'astatus ?(.*)',
// fromMe: true,
// desc: 'msg',
// type: 'whatsapp',
// },
// async (message, match) => {}
const { bot, forwardOrBroadCast } = require('../lib')
// bot(
// {
// pattern: 'astatus ?(.*)',
// fromMe: true,
// desc: 'msg',
// type: 'whatsapp',
// },
// async (message, match) => {}

const { bot } = require('../lib/') let AutoBio = false /* { pattern: 'mybio ?(.*)', fromMe: true, desc: 'bot alive message', type: 'misc', }, */