Custom Rich presence in Discord using pypresence
Guide for custom RPC in Discord using pypresence.
Getting Started
You need Python 3.8 or later
- Download the code from the DiscordCustomRPC.py Repository.
- Open your command prompt.
- Write
pip install requirements.txt
in your command prompt. - Edit VAR.X In the basic-presence.py or advanced-presence.py file to the specification you want to have. (I will add a config.json soon)
- Save it
Getting Started with the application
- Navigate to https://discord.com/developers/applications.
- Create an application.
- Copy the Client ID for later.
- Replace the actual client ID with the client ID of your application.
Then it should look like this example:
Optional
Getting Started with setup the Advanced Rich presence
- Navigate to https://discord.com/developers/applications.
- Navigate to Rich presences / Art assets.
- Upload your rich presence images and then click on "Save". You need to use the advanced rich presence code for making an advanced rich presence!
Top comments (2)
Awesome ! 🔥😎
Thanks! 😊