Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 873 Bytes

File metadata and controls

27 lines (21 loc) · 873 Bytes

Multi Discord RPC

Discord RPC that is able to utilize multiple rich presence applications.

Writing an App

Apps in this program are made with JSON, an example app for google chrome is:

{
    "app_name": "Google Chrome",
    "app_id": "{APPLICATION ID}",
    "proc_name": "chrome",

    "details": "Watching Youtube",
    "state": "I don't know",
    "large_img_key": "{LARGE ICON}",
    "large_img_text": "Oh hello!",
    "small_img_key": "{SMALL ICON}",
    "small_img_text": "Cats!"
}

"proc_name" -- Process Name (Without file extension)
"app_name" -- Application name (This does not affect the RPC App, its just for identification.)
"app_id" -- Application ID (You can create an Application here.)

Applications must be saved in the apps directory.