From fa8c8006d6c0575d6d971a3b9e5177e89f0bdbe9 Mon Sep 17 00:00:00 2001 From: "karl.hudgell" Date: Sun, 21 Jun 2020 19:11:23 +0100 Subject: [PATCH] match only applications --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index c423619..81ad0af 100644 --- a/app.js +++ b/app.js @@ -238,7 +238,7 @@ bot.onText(/^FAQ$/, (msg) => { }) }) -bot.onText(/Applications/, (msg) => { +bot.onText(/^Applications$/, (msg) => { bot.sendMessage(msg.chat.id, "We have a number of different applications that work with our subs, here is an overview of subs/apps colour coded by the icon in our FileLinked").then(() => { return bot.sendMessage(msg.chat.id, "There are 2 new XCIPTV apps, Blue and Red.\nEach have 3 different sub DNS (URLs) already embedded in the players.").then(() => { return bot.sendMessage(msg.chat.id, "Sky Q app (yellow player) this holds 4 of the room subs.").then(() => {