Listcord RPC
Listcord RPC enables you to further customize your status on Discord
🛠 Setup
New Application
-> (Name it) -> Create
-> General Information
-> (Copy Client ID)
Rich Presence
-> Add Image(s)
👨💻 If you'd rather run from source...
git clone https://github.com/listcord/rpc.git
npm ci
npm start
Downloading Electron for the first time may awhile
⚙ Settings
Settings are saved in config.json
Name | Type | Required |
---|---|---|
clientId |
String |
true |
timestamp |
String |
false |
state |
String |
false |
details |
String |
false |
largeImageKey |
String |
false |
largeImageText |
String |
false |
smallImageKey |
String |
false |
smallImageText |
String |
false |
buttonOneText |
String |
false |
buttonOneUrl |
String |
false |
buttonTwoText |
String |
false |
buttonTwoUrl |
String |
false |