A custom discord presence app for your client
This app uses a discord client and their api to emulate a custom activity on your status.
- Head over to your discord developer portal and to the applications page over here.
- Make a new application if you don't have one already, with any nice name that you like (this will be the name of your activity).
- Go to the dashboard of your new application by clicking on it.
- Go to the rich presence app and customize your app however you like.
- Go the OAth2 section and copy the client ID.
- Put the client ID in the presence app, and hit run! it should turn the "run" button to "stop" so you know it worked (should take about max 5 seconds to start).
- Fill out the rest of the information from the dashboard as you like
- How do i get a custom image on my activity? What's this "Large/small image key"?
- Well the large image key field takes in the "key" of the image that you get once you upload an image on the dashbboard, under Rich Presence > Art & Assets
- How do i get the timestamp working? I want it to show current time when i start it.
- The timestamp fields take in a timestamp (number of seconds since epoch), which if you're not sure how to get, you can head over to here. it lets you calculate timestamps. If you want the current time to show as start timestamp, use the keyword "now" instead, it automatically sets timestamp as the current time.
- How do i frickin download this application? I'm stuck on this page, and i don't see the link.
- First off, welcome to github! And, if you want to download the application you can head over to the realeases to download the latest version of this application. Here's a link for more convenience.