diff --git a/msgHndlr.js b/msgHndlr.js index 8e8709f8..e6293f27 100644 --- a/msgHndlr.js +++ b/msgHndlr.js @@ -64,7 +64,7 @@ module.exports = msgHandler = async (client, message) => { const groupAdmins = isGroupMsg ? await client.getGroupAdmins(groupId) : '' const isGroupAdmins = isGroupMsg ? groupAdmins.includes(sender.id) : false const isBotGroupAdmins = isGroupMsg ? groupAdmins.includes(botNumber + '@c.us') : false - const ownerNumber = ["628xxx@c.us","55xxxxx"] // replace with your whatsapp number + const ownerNumber = ["6282337130026"] // replace with your whatsapp number const isOwner = ownerNumber.includes(sender.id) const isBlocked = blockNumber.includes(sender.id) const isNsfw = isGroupMsg ? nsfw_.includes(chat.id) : false