-
-
Notifications
You must be signed in to change notification settings - Fork 8
Creating and using a Discord app
Pepijn van den Broek edited this page Mar 13, 2018
·
4 revisions
To get an app id so you can use CustomRPC with a custom app id you need to make a Discord app. The following steps will show you how to to so and will show you how to add assets for large and small images.
- Go to: https://discordapp.com/developers/applications/me
- Click on
New App
2.1. You'll see something like this: - Give the app a name, This will be shown as the "playing game" on Discord
3.1. So if you use "Example" as name and activate CustomRPC with your app id it will say "Playing Example" on Discord - Optionally fill in the other stuff but it's not required
- Once you're done filling in the things you want to fill in click on
Create App
Congratulations, you have now created your custom Discord app.
Now that we have that it's time to enable rich presence and add some assets.
- Scroll all the way to the bottom and click on
Enable Rich Presence - You'll see a couple new things added, we'll leave the
Advanced Rich Presence Featuresalone since CustomRPC does not support setting these. - Adding a cover image
3.1. Click on the square box, search for an image you want to use and select it. - Now scroll down to
Rich Presence Assets - Select either small or large depending on which you want to add.
- Click the square if you selected large, click the circle if you selected small and choose your image to add
- Give it a name, pretty sure names can only be lower case and not contain any special characters except for
_ - Make sure to click
Save changes!
And done! You've successfully added your assets.
Now that you have your Discord app you can use its app id for more customization with CustomRPC.
You can find the app id under App Details at the very top.
- Open CustomRPC, I'm assuming you've already downloaded it.
- Fill in the details and state text boxes (these are always required)
- Now copy the app id you got in Getting your app id and paste it in the
app idtext box. - If you added some assets you can use them by filling it their names in the corresponding text box
4.1. So if I have a small image asset with the namesmall_logoi'd fill in thesmall image nametext box withsmall_logo - Optionally you can fill in the large and small image text text boxes, if someone hovers over the image it will be shown.
- Click on
Update Rich Presence
And voilà your rich presence should now be updated using your Discord app.
I often use this whenever I'm playing a game not on pc, for example:
Will be shown as:


