projek1 / plugins /_anti+212.js
devstok's picture
Upload folder using huggingface_hub
d8a4b7b verified
let handler = m => m
handler.before = async function (m) {
if (m.sender.startsWith('212' || '212')) {
global.db.data.users[m.sender].banned = false
}
if (m.sender.startsWith('265' || '265')) {
global.db.data.users[m.sender].banned = false
}
}
module.exports = handler