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?";
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"]