updates
This commit is contained in:
parent
2d56a7381e
commit
421d916ed7
0
UpdateBot.sh
Normal file → Executable file
0
UpdateBot.sh
Normal file → Executable file
@ -13,8 +13,10 @@ module.exports = {
|
||||
});
|
||||
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, "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.")
|
||||
})
|
||||
})
|
||||
})
|
||||
}
|
||||
}
|
||||
|
@ -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":1,"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"
|
||||
}
|
||||
]
|
Loading…
x
Reference in New Issue
Block a user