diff --git a/data/bot/functions/welcomeMesage.js b/data/bot/functions/welcomeMesage.js index bd8c9e9..d42e564 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.!!!\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" }); + 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 make the admins very unhappy. 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 removed. 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 diff --git a/data/bot/lib/requests.js b/data/bot/lib/requests.js index ab6419a..ac5dcf2 100644 --- a/data/bot/lib/requests.js +++ b/data/bot/lib/requests.js @@ -34,7 +34,11 @@ module.exports = { } }).then(() => { - return bot.sendMessage(msg.chat.id, 'To see what channels the football is streaming on please type https://m.liveonsat.com/ into your browser. Or join @footballontv for a yearly membership fee.') + return bot.sendMessage(msg.chat.id, `To see what channels the football is streaming on please join @FootballListings for free. + +Or join @footballontv for a yearly membership fee. + +Or type https://m.liveonsat.com/ into your browser.`) }) } else { bot.sendMessage(msg.chat.id, 'Sadly, there is no football I care about on today :(')