Skip to content
This repository has been archived by the owner on Jan 4, 2023. It is now read-only.

Commit

Permalink
Update kntl.js
Browse files Browse the repository at this point in the history
  • Loading branch information
MhankBarBar committed Sep 14, 2020
1 parent adcd15f commit 03391fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kntl.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ const startServer = async (client) => {
client.onIncomingCall((call) => {
client.sendText(call.peerJid, 'Maaf, saya tidak bisa menerima panggilan. nelfon = block!')
client.contactBlock(call.peerJid)
ban.push(call.peerJid)
fs.writeFileSync('./lib/banned.json', JSON.stringify(ban))
//ban.push(call.peerJid)
//fs.writeFileSync('./lib/banned.json', JSON.stringify(ban))
})
}

Expand Down

0 comments on commit 03391fa

Please sign in to comment.