diff --git a/data/bot/functions/welcomeMesage.js b/data/bot/functions/welcomeMesage.js index 84f3146..d68971b 100644 --- a/data/bot/functions/welcomeMesage.js +++ b/data/bot/functions/welcomeMesage.js @@ -3,7 +3,7 @@ const channel = process.env.CHANNEL module.exports = { welcomeMessage: (bot, msg, logger) => { const newUserMention = "@" + msg.new_chat_member.first_name + "<\/a>" - bot.sendMessage(msg.chat.id, "Hello " + newUserMention + ", Welcome to " + channel + ". \n\nPlease PM me @" + process.env.BOT_USERNAME + " to find out all needed information about our service before asking an admin or posting in here.\n\nIf you do ask questions, and its obvious you have not spoken to me, you will be booted from the room. This is IPTV, admins don't have time for hand holding.!!!", { parse_mode: "HTML" }); + bot.sendMessage(msg.chat.id, "Hello " + newUserMention + ", Welcome to " + channel + ". \n\nPlease PM me @" + process.env.BOT_USERNAME + " to find out all needed information about our service before asking an admin or posting in here.\n\nIf you do ask questions, and its obvious you have not spoken to me, Sarah will be very upset. This is IPTV, you need to be willing to learn a little bit about how everything works and how to fix and maintain your device in order to get the best from it.!!!", { parse_mode: "HTML" }); logger.info("ID - " + msg.new_chat_member.id + " First Name - " + msg.new_chat_member.first_name + " joined the group"); } }; \ No newline at end of file diff --git a/data/group/Sports.jpg b/data/group/Sports.jpg new file mode 100644 index 0000000..215af50 Binary files /dev/null and b/data/group/Sports.jpg differ diff --git a/data/group/subs.json b/data/group/subs.json index f8c9970..f167db2 100644 --- a/data/group/subs.json +++ b/data/group/subs.json @@ -19,7 +19,8 @@ "Blue XCIPTV", "Yellow Sky Q", "Purple IM", - "Green SMARTERS" + "Green SMARTERS", + "Tivimate Orange" ] }, { @@ -31,7 +32,8 @@ "Blue XCIPTV", "Yellow Sky Q", "Purple IM", - "Green SMARTERS" + "Green SMARTERS", + "Tivimate Orange" ] }, { @@ -43,7 +45,8 @@ "Blue XCIPTV", "Yellow Sky Q", "Purple IM", - "Green SMARTERS" + "Green SMARTERS", + "Tivimate Orange" ] }, { @@ -55,18 +58,32 @@ "Red XCIPTV", "Yellow Sky Q", "Purple IM", - "Green SMARTERS" + "Green SMARTERS", + "Tivimate Orange" + ] + }, + { + "SUB": "Sports (KDB)", + "COST": 0, + "STATUS": 1, + "IMAGE": "./data/group/Sports.jpg", + "APPS": [ + "Red XCIPTV", + "White&Black IM", + "Green SMARTERS", + "Tivimate Orange" ] }, { "SUB": "Bronze", "COST": 0, "STATUS": 1, - "IMAGE": "./data/group/Bronze.jpg", + "IMAGE": "X", "APPS": [ "Red XCIPTV", "White&Black IM", - "Green SMARTERS" + "Green SMARTERS", + "Tivimate Orange" ] }, {