Last active
March 27, 2025 18:57
-
-
Save Mr-rabbit-xd/f69ce81e2bb54738b299d685164922e2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const { bot, jidToNum } = require('../lib/') | |
bot( | |
{ | |
pattern: 'mee ?(.*)', | |
fromMe: true, | |
desc: 'Tags yourself', | |
type: 'misc', | |
}, | |
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