Skip to content

Instantly share code, notes, and snippets.

@whatsappxyz
Forked from techgod143/autoAbout lyfe
Last active July 27, 2024 00:28
Show Gist options
  • Save whatsappxyz/0bffdc3166bd2410cb1878b55a8abe66 to your computer and use it in GitHub Desktop.
Save whatsappxyz/0bffdc3166bd2410cb1878b55a8abe66 to your computer and use it in GitHub Desktop.
auto about lyfe
const { levanterTimeout } = require('../lib/')
/*
{
pattern: 'auto_about ?(.*)',
fromMe: true,
desc: 'auto about',
type: 'bot',
},*/
const time = 1 * 1 * 1 // 1 minute gap
const about = async () => {
//write any thing that u want here and return string
return 'Hey Dear THIS IS SHUBHAM SIR 🕊️. more information click profile
}
levanterTimeout(about, time)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment