BBLBTV_Suzie/data/group/subs.json

57 lines
811 B
JSON
Raw Normal View History

2020-06-25 19:45:38 +01:00
[
{
"SUB": "VIP",
"COST": 25,
"STATUS": 1
},
{
"SUB": "Premium Plus",
"COST": 30,
"STATUS": 1
},
{
"SUB": "Old Premium",
"COST": 17,
"STATUS": 1
},
{
"SUB": "Gold",
"COST": 13,
"STATUS": 1
},
{
"SUB": "Bronze",
"COST": 10,
"STATUS": 1
},
{
"SUB": "KDB",
"COST": 14,
"STATUS": 1
},
{
"SUB": "Technoid",
"COST": 13,
"STATUS": 1
},
{
"SUB": "Bluemoon",
"COST": 15,
"STATUS": 1
},
{
"SUB": "SOL",
"COST": 10,
"STATUS": "X"
},
{
"SUB": "Gambler",
"COST": "X",
"STATUS": 1
},
{
"SUB": "All of em",
"COST": "X",
"STATUS": "X"
}
]