diff --git a/msgHndlr.js b/msgHndlr.js index 623904a3..50dce89b 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 = ["62895423457648@c.us","62895423457648"] // 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