Skip to content

Instantly share code, notes, and snippets.

@INR-L
Created February 26, 2023 15:25
Show Gist options
  • Save INR-L/589b6a40414265e74f5bd0c78e83e16e to your computer and use it in GitHub Desktop.
Save INR-L/589b6a40414265e74f5bd0c78e83e16e to your computer and use it in GitHub Desktop.
const {inrl} = require('../lib');
inrl(
{
pattern: ['menu'],
desc: 'To viwe list of categories',
sucReact: "💯",
category: ["system", "all"],
type :'info'
},
async (m, conn, match) => {
return await conn.sendMessage(m.from,{ audio: { url: "https://i.imgur.com/sqQErdn.mp4" }, mimetype: "audio/mp4",ptt: false}, { quoted: m } );
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment