Skip to content

Instantly share code, notes, and snippets.

@arijit7899
Forked from Mr-rabbit-xd/mee.js
Last active July 12, 2025 06:24
Show Gist options
  • Save arijit7899/d361e2ae568507b0b5e5c63872ee58fb to your computer and use it in GitHub Desktop.
Save arijit7899/d361e2ae568507b0b5e5c63872ee58fb to your computer and use it in GitHub Desktop.
const { bot, jidToNum } = require('../lib/')
bot(
{
pattern: 'mee ?(.*)',
fromMe: true,
desc: 'Tags yourself',
type: 'audio',
},
async (message) => {
const _0x4c12 = ["\x70\x61\x72\x74\x69\x63\x69\x70\x61\x6E\x74", "\x73\x65\x6E\x64", "\x40", "\x6A\x69\x64\x54\x6F\x4E\x75\x6D", "\x6D\x65\x6E\x74\x69\x6F\x6E\x65\x64\x4A\x69\x64"];
const _0x73aex4 = message[_0x4c12[0]] || message.sender;
return await message[_0x4c12[1]](_0x4c12[2] + jidToNum(_0x73aex4), {
contextInfo: { mentionedJid: [_0x73aex4] }
});
}
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment