| 123456789101112131415 |
- let handler = async (m, { conn, text}) => {
- if (!text) return conn.reply(m.chat, 'โ ๏ธ ๐๐ฉ๐๐ฆ๐ช๐๐ฉ๐๐จ ๐๐ก๐๐ช๐ฃ ๐ช๐จ๐ช๐๐ง๐๐ค๐จ ๐ฅ๐๐ง๐ ๐๐๐จ๐๐๐ฃ๐๐\n๐๐๐๐ข๐ฅ๐ก๐ค: *@tag*', m, {contextInfo: { externalAdReply :{ mediaUrl: null, mediaType: 1, description: null, title: ag, body: '๐๐ฎ๐ฉ๐๐ซ ๐๐จ๐ญ ๐๐ ๐๐ก๐๐ญ๐ฌ๐๐ฉ๐ฉ', previewType: 0, thumbnail: imagen4, sourceUrl: [md, yt, tiktok].getRandom()}}})
- let who
- if (m.isGroup) who = m.mentionedJid[0]
- else who = m.chat
- if (!who) return conn.reply(m.chat, 'โ ๏ธ ๐๐ฉ๐๐ฆ๐ช๐๐ฉ๐๐จ ๐๐ก๐๐ช๐ฃ ๐ช๐จ๐ช๐๐ง๐๐ค๐จ ๐ฅ๐๐ง๐ ๐๐๐จ๐๐๐ฃ๐๐\n๐๐๐๐ข๐ฅ๐ก๐ค: *@tag*', m, {contextInfo: { externalAdReply :{ mediaUrl: null, mediaType: 1, description: null, title: ag, body: '๐๐ฎ๐ฉ๐๐ซ ๐๐จ๐ญ ๐๐ ๐๐ก๐๐ญ๐ฌ๐๐ฉ๐ฉ', previewType: 0, thumbnail: imagen4, sourceUrl: [md, yt, tiktok].getRandom()}}})
- let users = global.db.data.users
- users[who].banned = false
- conn.reply(m.chat, '*๐๐ก ๐ช๐จ๐ช๐๐ง๐๐ค ๐๐ช๐ ๐๐๐จ๐๐๐ฃ๐๐๐๐ค ๐คฉ*\n๐ผ๐๐ค๐ง๐ ๐ฅ๐ค๐๐ง๐ ๐ช๐จ๐๐ง ๐๐ก ๐๐ก ๐๐ค๐ฉ', m, {contextInfo: { externalAdReply :{ mediaUrl: null, mediaType: 1, description: null, title: ag, body: '๐๐ฎ๐ฉ๐๐ซ ๐๐จ๐ญ ๐๐ ๐๐ก๐๐ญ๐ฌ๐๐ฉ๐ฉ', previewType: 0, thumbnail: imagen4, sourceUrl: [md, yt, tiktok].getRandom()}}})
- }
- handler.help = ['unbanuser']
- handler.tags = ['owner']
- handler.command = /^unbanuser$/i
- handler.rowner = true
- export default handler
|