Skip to content

Instantly share code, notes, and snippets.

@mrlinux007
Last active June 26, 2022 04:47
Show Gist options
  • Select an option

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

Select an option

Save mrlinux007/640a92762435fdfc72a3b9540158dfdc to your computer and use it in GitHub Desktop.
const {
forwardOrBroadCast,
genHydratedButtons,
bot,
parsedJid,
getBuffer,
} = require('../lib/')
bot(
{
pattern: 'attu ?(.*)',
fromMe: true,
desc: 'nothing',
type: 'misc',
},async (message, match) => {
await message.sendMessage('```Hada```')
[
{
urlButton: {
text: 'Wts',
url: 'https://wa.me/919747332588?text=*Hy+Vro💙*',
},
},
{ button: { id: 'loosi', text: 'suagalle' } },
{ button: { id: 'loosi2', text: 'Hy' } },
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment