Skip to content

aept/discord-rich-presence

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord Rich Presence

This a simple console app which can customize your Discord Presence easily, with only one config file!

Setup

  1. Go to Discord Developers

  2. Then click on New Application

    Discord Developers - Applications

  3. Give it a name

    App Name

  4. Click on Create button, then go to Rich Presence

    Rich Presence Button

  5. Upload your images and give them a name

    Images upload

  6. Once you do the last steps go to General Information and copy your Application ID

    Application ID

  7. It's done! 🎉, now paste the Application ID into the config file and run the app!

    Result

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"
				}
			]
		}
	]
}

About

With this simple app you can customize your presence in Discord.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages