forked from marjobtw/horsebot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjson.json
62 lines (62 loc) · 1.04 KB
/
json.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"featured": [
{
"SteamID": "146",
"CoinPrice": "69420",
"DisplayImage": "1",
"PurchaseURL": "",
"ShowSpecial": false,
"SpecialText": ""
},
{
"SteamID": "142",
"CoinPrice": "20",
"DisplayImage": "1",
"PurchaseURL": "",
"ShowSpecial": false,
"SpecialText": ""
}
],
"regular": [
{
"SteamID": "136",
"CoinPrice": "20",
"PurchaseURL": ""
},
{
"SteamID": "139",
"CoinPrice": "70",
"PurchaseURL": ""
},
{
"SteamID": "127",
"CoinPrice": "100",
"PurchaseURL": ""
},
{
"SteamID": "149",
"CoinPrice": "50",
"PurchaseURL": ""
},
{
"SteamID": "143",
"CoinPrice": "20",
"PurchaseURL": ""
},
{
"SteamID": "137",
"CoinPrice": "70",
"PurchaseURL": ""
},
{
"SteamID": "120",
"CoinPrice": "20",
"PurchaseURL": ""
},
{
"SteamID": "129",
"CoinPrice": "20",
"PurchaseURL": ""
}
]
}