Skip to content

Discord RPC that is able to handle multiple applications

Notifications You must be signed in to change notification settings

Bonkeyzz/Multi-Discord-RPC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.