From 836c7be0c2b73a16959718941427bd4ed198fc1c Mon Sep 17 00:00:00 2001 From: "karl.hudgell" Date: Sun, 28 Jun 2020 13:04:33 +0100 Subject: [PATCH] remove what app should i use for now --- app.js | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/app.js b/app.js index cd23b28..c3f29dc 100644 --- a/app.js +++ b/app.js @@ -285,28 +285,28 @@ bot.on('message', (msg) => { } } - const whatAppShouldIUse = "- what app should i use?"; - if (msg.text && msg.text.toString().toLowerCase() === whatAppShouldIUse) { - logger.info("ID - " + msg.from.id + " First Name - " + msg.from.first_name + " Asked what app to use"); - bot.sendMessage(msg.chat.id, "What Subscription do you have?", { - "reply_markup": { - "keyboard": [ - ["- VIP"], - ["- Premium Plus"], - ["- Old Premium"], - ["- Gold"], - ["- Bronze"], - ["- New Premium"], - ["- KDB"], - ["- Technoid"], - ["- Bluemoon"], - ["- SOL"], - ["- Gambler"], - ["- Home"] - ] - } - }) - } + // const whatAppShouldIUse = "- what app should i use?"; + // if (msg.text && msg.text.toString().toLowerCase() === whatAppShouldIUse) { + // logger.info("ID - " + msg.from.id + " First Name - " + msg.from.first_name + " Asked what app to use"); + // bot.sendMessage(msg.chat.id, "What Subscription do you have?", { + // "reply_markup": { + // "keyboard": [ + // ["- VIP"], + // ["- Premium Plus"], + // ["- Old Premium"], + // ["- Gold"], + // ["- Bronze"], + // ["- New Premium"], + // ["- KDB"], + // ["- Technoid"], + // ["- Bluemoon"], + // ["- SOL"], + // ["- Gambler"], + // ["- Home"] + // ] + // } + // }) + // } const vip = "- vip" const premiumPlus = "- premium plus" @@ -376,7 +376,7 @@ bot.onText(/^- Applications$/, (msg) => { return bot.sendMessage(msg.chat.id, "All of the room subs play on the green smarters player", { "reply_markup": { "keyboard": [ - ["- What app should I use?"], + // ["- What app should I use?"], ["- VPN (SurfShark)"], ["- FileLinked"], ["- Home"]