From e0e1a25e4054d57de517cb9bdb5683312e922c32 Mon Sep 17 00:00:00 2001 From: Dezkrazzer <43921327+Dezkrazzer@users.noreply.github.com> Date: Sat, 26 Jun 2021 21:42:35 +0700 Subject: [PATCH] Update msgHndlr.js --- msgHndlr.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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