Skip to content

Instantly share code, notes, and snippets.

@mrlinux007
Created June 26, 2022 04:35
Show Gist options
  • Select an option

  • Save mrlinux007/df347b469ee2339965caf2e3291e7f84 to your computer and use it in GitHub Desktop.

Select an option

Save mrlinux007/df347b469ee2339965caf2e3291e7f84 to your computer and use it in GitHub Desktop.
const {
forwardOrBroadCast,
bot,
parsedJid,
getBuffer,
} = require('../lib/')
bot(
{
pattern: 'loosi ?(.*)',
fromMe: true,
desc: 'nothing',
type: 'misc',
},async (message, match) => {
await message.sendMessage('```Hada Suagm```')
{button: { text: 'Hy' } }
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment