Skip to content

Commit 19e4271

Browse files
Update Links to Support Group Prince-Mendiratta#3
Signed-off-by: Prince Mendiratta <[email protected]>
1 parent 0edd109 commit 19e4271

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ npm start
8282

8383
Feel free to post your queries or concerns on any of the discussion forums mentioned below:
8484

85-
[![Join WhatsApp Group](https://img.shields.io/badge/Join-WhatsApp%20Group-bl.svg?logo=WhatsApp)](https://chat.whatsapp.com/C9x3AIKKwp53JNEKPPtEvp)
85+
[![Join WhatsApp Group](https://img.shields.io/badge/Join-WhatsApp%20Group-bl.svg?logo=WhatsApp)](https://chat.whatsapp.com/DGEZ2VUgpAdJzcS7g7TID3)
8686

8787
[![Join Telegram Group](https://img.shields.io/badge/Join-Telegram%20Group-blue.svg?logo=Telegram)](https://t.me/BotsAppChat)
8888

core/clearance.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const clearance = async(BotsApp, client, isBlacklist) => {
1212
console.log(chalk.blueBright.bold(`[INFO] Blacklisted Chat or User.`));
1313
return false;
1414
}
15-
else if(BotsApp.chatId === "[email protected]" || BotsApp.chatId === "[email protected]"){
15+
else if(BotsApp.chatId === "[email protected]" || BotsApp.chatId === "[email protected]" || BotsApp.chatId === "[email protected]"){
1616
console.log(chalk.blueBright.bold(`[INFO] Blacklisted Chat or User.`));
1717
return false;
1818
}

lib/db.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const data = {
1010
SUDO_PERMISSION:
1111
"```Hey there, I am 💠BotsApp💠. I guess you were trying to use my commands in``` *{BotsApp.groupName}*```. However, the bot is currently in {worktype} mode. This enables only the owner and sudo users to use the command``` *{commandName}* ```.\n\nIf you are keen to use my features, you can deploy BotsApp on your own account without much effort, in less than 5 minutes! Check out the links given below.```\n\n🔗https://mybotsapp.com\n🔗https://github.com/BotsAppOfficial/BotsApp",
1212
ERROR_TEMPLATE:
13-
"```Looks like something went wrong. Need not worry. Here are some logs since when the bot was not responding as expected.```\n```---------```\n```🧐 Command:``` *{commandName}*\n```😎 From Me?:``` *{fromMe}*\n```🗣️ Was a reply?:``` *{isReply}*\n```👥 In a group?``` *{isGroup}*\n```📥 In Inbox?``` *{isPm}*\n```📸 Command with image?``` *{isImage}*\n```🕺🏻 Is Bot group admin?``` *{isBotGroupAdmin}*\n```📈 Was Sender group admin?``` *{isSenderGroupAdmin}*\n```🫂 Was sender sudo?``` *{isSenderSudo}*\n```⚠️ Error:``` \n*{err}*\n```---------```\n_To figure out what exactly went wrong, please report/raise the issue on our support chat at_ https://chat.whatsapp.com/Gc8gNMoue2uHyd6xhFwvEP",
13+
"```Looks like something went wrong. Need not worry. Here are some logs since when the bot was not responding as expected.```\n```---------```\n```🧐 Command:``` *{commandName}*\n```😎 From Me?:``` *{fromMe}*\n```🗣️ Was a reply?:``` *{isReply}*\n```👥 In a group?``` *{isGroup}*\n```📥 In Inbox?``` *{isPm}*\n```📸 Command with image?``` *{isImage}*\n```🕺🏻 Is Bot group admin?``` *{isBotGroupAdmin}*\n```📈 Was Sender group admin?``` *{isSenderGroupAdmin}*\n```🫂 Was sender sudo?``` *{isSenderSudo}*\n```⚠️ Error:``` \n*{err}*\n```---------```\n_To figure out what exactly went wrong, please report/raise the issue on our support chat at_ https://chat.whatsapp.com/DGEZ2VUgpAdJzcS7g7TID3",
1414
SUCCESSFUL_CONNECTION: "*BotsApp successfuly integrated.*\n```Bot is currently working in``` *{worktype}* ```mode.```\n```For more information regarding Bot working and permissions check out:``` \n🔗https://github.com/BotsAppOfficial/BotsApp."
1515
},
1616
abl: {

0 commit comments

Comments
 (0)