-
Notifications
You must be signed in to change notification settings - Fork 6
/
config.json.example
28 lines (28 loc) · 1 KB
/
config.json.example
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
{
"clientId": "Your_developer_application_client_id_goes_here",
"rich_presence": {
"details": "First_row_below_title",
"state": "Second_row_below_title",
"assets": {
"largeImageText": "Text_shown_on_large_image_hover",
"largeImageKey": "Large_image_to_the_left_of_content",
"smallImageText": "Text_shown_on_small_image_hover",
"smallImageKey": "Small_image_to_the_left_of_content"
},
"buttons": {
"primary": {
"label": "Primary Button Text",
"url": "http://example.com/"
},
"secondary": {
"label": "Secondary Button Text",
"url": "https://example.com/"
}
},
"timestamps": {
"startTimestamp": "Optional_epoch_start_timestamp_without_quotes",
"endTimestamp": "Optional_epoch_end_timestamp_without_quotes",
"useTimer": "True_or_false_without_quotes"
}
}
}