remove what app should i use for now
This commit is contained in:
parent
67ca518138
commit
836c7be0c2
46
app.js
46
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"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user