forked from TrashMonks/Ereshkigal-Old
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgamelist-example.json
42 lines (42 loc) · 1.04 KB
/
gamelist-example.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
{
"battle.net": {
"embedColor": "#0088CD",
"embedIcon": "https://lefthome.info/LHBot/icons/battlenet.png",
"accounts": []
},
"epicgames": {
"embedColor": "#000000",
"embedIcon": "https://lefthome.info/LHBot/icons/epic.png",
"accounts": []
},
"origin": {
"embedColor": "#F15A23",
"embedIcon": "https://lefthome.info/LHBot/icons/origin.png",
"accounts": []
},
"playstation": {
"embedColor": "#0070d1",
"embedIcon": "https://lefthome.info/LHBot/icons/playstation.png",
"accounts": []
},
"steam": {
"embedColor": "#000000",
"embedIcon": "https://lefthome.info/LHBot/icons/steam.png",
"accounts": []
},
"switch": {
"embedColor": "#E70009",
"embedIcon": "https://lefthome.info/LHBot/icons/switch.png",
"accounts": []
},
"uplay": {
"embedColor": "#4993CC",
"embedIcon": "https://lefthome.info/LHBot/icons/uplay.png",
"accounts": []
},
"xbox": {
"embedColor": "#0e7a0d",
"embedIcon": "https://lefthome.info/LHBot/icons/xbox.png",
"accounts": []
}
}