File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments