remove what app should i use for now

This commit is contained in:
karl.hudgell 2020-06-28 13:04:33 +01:00
parent 67ca518138
commit 836c7be0c2

46
app.js
View File

@ -285,28 +285,28 @@ bot.on('message', (msg) => {
} }
} }
const whatAppShouldIUse = "- what app should i use?"; // const whatAppShouldIUse = "- what app should i use?";
if (msg.text && msg.text.toString().toLowerCase() === whatAppShouldIUse) { // 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"); // 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?", { // bot.sendMessage(msg.chat.id, "What Subscription do you have?", {
"reply_markup": { // "reply_markup": {
"keyboard": [ // "keyboard": [
["- VIP"], // ["- VIP"],
["- Premium Plus"], // ["- Premium Plus"],
["- Old Premium"], // ["- Old Premium"],
["- Gold"], // ["- Gold"],
["- Bronze"], // ["- Bronze"],
["- New Premium"], // ["- New Premium"],
["- KDB"], // ["- KDB"],
["- Technoid"], // ["- Technoid"],
["- Bluemoon"], // ["- Bluemoon"],
["- SOL"], // ["- SOL"],
["- Gambler"], // ["- Gambler"],
["- Home"] // ["- Home"]
] // ]
} // }
}) // })
} // }
const vip = "- vip" const vip = "- vip"
const premiumPlus = "- premium plus" 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", { return bot.sendMessage(msg.chat.id, "All of the room subs play on the green smarters player", {
"reply_markup": { "reply_markup": {
"keyboard": [ "keyboard": [
["- What app should I use?"], // ["- What app should I use?"],
["- VPN (SurfShark)"], ["- VPN (SurfShark)"],
["- FileLinked"], ["- FileLinked"],
["- Home"] ["- Home"]