Discord Rich Presence
This a simple console app which can customize your Discord Presence easily, with only one config file!
Setup
-
Go to Discord Developers
-
Then click on New Application
-
Give it a name
-
Click on Create button, then go to Rich Presence
-
Upload your images and give them a name
-
Once you do the last steps go to General Information and copy your Application ID
-
It's done!
π , now paste the Application ID into the config file and run the app!
Presence Config
The app will crash if you delete config file.
config.json
{
"applicationId": "Your Application ID.",
"presenceId": 0,
"timestamps": true,
"presences": [
{
"details": "Details here",
"state": "State here",
"assets": {
"small_text": "Small text here",
"small_image": "Small image here",
"large_text": "Large text here",
"large_image": "Large image here"
},
"buttons": [
{
"label": "Button name here",
"url": "Url here"
}
]
}
]
}