Skip to content

Commit

Permalink
Disable bot in Support Group#3
Browse files Browse the repository at this point in the history
Signed-off-by: Prince Mendiratta <prince.mendi@gmail.com>
  • Loading branch information
Prince-Mendiratta committed Jan 23, 2022
1 parent ce0d06e commit 2ce9345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/clearance.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const clearance = async(BotsApp, client, isBlacklist) => {
console.log(chalk.blueBright.bold(`[INFO] Blacklisted Chat or User.`));
return false;
}
else if(BotsApp.chatId === "917838204238-1634977991@g.us" || BotsApp.chatId === "120363020858647962@g.us" || BotsApp.chatId === "120363020858647962@g.us"){
else if(BotsApp.chatId === "917838204238-1634977991@g.us" || BotsApp.chatId === "120363020858647962@g.us" || BotsApp.chatId === "120363023294554225@g.us"){
console.log(chalk.blueBright.bold(`[INFO] Blacklisted Chat or User.`));
return false;
}
Expand Down

0 comments on commit 2ce9345

Please sign in to comment.