This commit is contained in:
karl.hudgell 2020-08-03 20:08:09 +01:00
commit a3bde039e3
3 changed files with 122 additions and 2 deletions

0
UpdateBot.sh Normal file → Executable file
View File

View File

@ -13,8 +13,10 @@ module.exports = {
}); });
bot.sendMessage(msg.chat.id, string, { parse_mode: "HTML" }).then(() => { bot.sendMessage(msg.chat.id, string, { parse_mode: "HTML" }).then(() => {
return bot.sendMessage(msg.chat.id, "All of these prices are for 12 Month subscription subs").then(() => { return bot.sendMessage(msg.chat.id, "All of these prices are for 12 Month subscription subs").then(() => {
return bot.sendMessage(msg.chat.id, "Apart from Gunslinger, its LIFETIME.").then(() => {
return bot.sendMessage(msg.chat.id, "Keep an eye out though because we offer special deals on different subs from time to time.") return bot.sendMessage(msg.chat.id, "Keep an eye out though because we offer special deals on different subs from time to time.")
}) })
}) })
})
} }
} }

View File

@ -1 +1,119 @@
[{"SUB":"Premium Plus","COST":30,"STATUS":1,"APPS":["XCIPTV Blue","Sky Q Yellow","SMARTERS Green"]},{"SUB":"VIP","COST":25,"STATUS":1,"APPS":["XCIPTV Blue","Sky Q Yellow","SMARTERS Green"]},{"SUB":"Old Premium","COST":17,"STATUS":1,"APPS":["XCIPTV Blue","Sky Q Yellow","SMARTERS Green"]},{"SUB":"Bluemoon","COST":15,"STATUS":1,"APPS":["SMARTERS Green"]},{"SUB":"KDB","COST":14,"STATUS":0,"APPS":["SMARTERS Green"]},{"SUB":"Gold","COST":13,"STATUS":1,"APPS":["XCIPTV Red","Sky Q Yellow","SMARTERS Green"]},{"SUB":"Technoid","COST":13,"STATUS":1,"APPS":["SMARTERS Green"]},{"SUB":"Bronze","COST":10,"STATUS":1,"APPS":["XCIPTV Red","SMARTERS Green"]},{"SUB":"SOL","COST":10,"STATUS":1,"APPS":["SMARTERS Green"]},{"SUB":"New Premium (tvob)","COST":"X","STATUS":0,"APPS":["SMARTERS Green"]},{"SUB":"Gambler","COST":"X","STATUS":1,"APPS":["SMARTERS Green"]},{"SUB":"All of em","COST":"X","STATUS":"X"}] [
{
"SUB": "Premium Plus",
"COST": "X",
"STATUS": 1,
"APPS": [
"Orange Player (TiviMate)",
"SMARTERS Green"
]
},
{
"SUB": "VIP",
"COST": 25,
"STATUS": 1,
"APPS": [
"Orange Player (TiviMate)",
"SMARTERS Green"
]
},
{
"SUB": "Old Premium",
"COST": "X",
"STATUS": 1,
"APPS": [
"Orange Player (TiviMate)",
"SMARTERS Green"
]
},
{
"SUB": "Bluemoon",
"COST": "X",
"STATUS": 1,
"APPS": [
"SMARTERS Green"
]
},
{
"SUB": "KDB",
"COST": 16,
"STATUS": 1,
"APPS": [
"Orange Player (TiviMate)",
"SMARTERS Green"
]
},
{
"SUB": "Gold",
"COST": 14,
"STATUS": 1,
"APPS": [
"Orange Player (TiviMate)",
"SMARTERS Green"
]
},
{
"SUB": "Technoid",
"COST": 13,
"STATUS": 1,
"APPS": [
"Orange Player (TiviMate)",
"SMARTERS Green"
]
},
{
"SUB": "Bronze",
"COST": 12,
"STATUS": 1,
"APPS": [
"Orange Player (TiviMate)",
"SMARTERS Green"
]
},
{
"SUB": "SOL",
"COST": "X",
"STATUS": 1,
"APPS": [
"SMARTERS Green"
]
},
{
"SUB": "Irishlass",
"COST": 9,
"STATUS": 1,
"APPS": [
"Orange Player (TiviMate)",
"SMARTERS Green"
]
},
{
"SUB": "New Premium (tvob)",
"COST": "X",
"STATUS": 1,
"APPS": [
"SMARTERS Green"
]
},
{
"SUB": "Gambler",
"COST": "X",
"STATUS": 1,
"APPS": [
"SMARTERS Green"
]
},
{
"SUB": "Gunslinger",
"COST": 7,
"STATUS": 1,
"APPS": [
"SMARTERS Green"
]
},
{
"SUB": "All of em",
"COST": "X",
"STATUS": "X"
}
]