From 2d56a7381e733ae9c1a4ca7002e60584a46f60be Mon Sep 17 00:00:00 2001 From: "karl.hudgell" Date: Mon, 6 Jul 2020 15:50:49 +0100 Subject: [PATCH] update welcome message --- data/bot/functions/welcomeMesage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/bot/functions/welcomeMesage.js b/data/bot/functions/welcomeMesage.js index 04b06f9..bd8c9e9 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, you will be booted from the room. This is IPTV, admins don't have time for hand holding.!!!\n\nPlease know that this is a Private IPTV group and you have 24 hours to purchase a sub with us. If you don't make a purchase by then please leave the room or you will be booted. Thanks", { 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