Skip to content

Commit 0a4f72f

Browse files
committed
2 parents e4ba24b + 77d3c7f commit 0a4f72f

1 file changed

Lines changed: 26 additions & 1 deletion

File tree

README.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,27 @@
11
# Multi Discord RPC
2-
Discord RPC that is able to handle multiple applications
2+
Discord RPC that is able to utilize multiple rich presence applications.
3+
4+
5+
## Writing an App
6+
Apps in this program are made with JSON, an example app for google chrome is:<br/><br/>
7+
8+
```
9+
{
10+
"app_name": "Google Chrome",
11+
"app_id": "{APPLICATION ID}",
12+
"proc_name": "chrome",
13+
14+
"details": "Watching Youtube",
15+
"state": "I don't know",
16+
"large_img_key": "{LARGE ICON}",
17+
"large_img_text": "Oh hello!",
18+
"small_img_key": "{SMALL ICON}",
19+
"small_img_text": "Cats!"
20+
}
21+
```
22+
23+
``` "proc_name" ``` -- Process Name (Without file extension)<br/>
24+
``` "app_name" ``` -- Application name (This does not affect the RPC App, its just for identification.)<br/>
25+
``` "app_id" ``` -- Application ID (You can create an Application [here](https://discord.com/developers/applications).)<br/>
26+
27+
Applications must be saved in the **apps** directory.

0 commit comments

Comments
 (0)