Skip to content

Instantly share code, notes, and snippets.

@INR-L
Last active April 27, 2023 05:03
Show Gist options
  • Save INR-L/6b1a6818274d18683bf464bcc5814da3 to your computer and use it in GitHub Desktop.
Save INR-L/6b1a6818274d18683bf464bcc5814da3 to your computer and use it in GitHub Desktop.
const {inrl} = require('../lib');
inrl(
{
pattern: 'cmd',
desc: 'To viwe list of categories',
sucReact: "💯",
category: ["system", "all"],
type :'info'
},
async (m, conn, match, cmd) => {
await m.send(m.client.command)
m.client.command = "inrl";
return await conn.sendMessage(m.from,{ text:"cmd : "+m.client.command+'\n\ntext : '+match}, { quoted: m } );
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment