Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/night0721/discord-rpc
Template for people to create rich presence for discord
https://github.com/night0721/discord-rpc
discord rpc
Last synced: 8 days ago
JSON representation
Template for people to create rich presence for discord
- Host: GitHub
- URL: https://github.com/night0721/discord-rpc
- Owner: night0721
- License: gpl-3.0
- Created: 2021-05-30T04:12:42.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-01T23:25:10.000Z (over 1 year ago)
- Last Synced: 2023-11-02T00:34:07.758Z (over 1 year ago)
- Topics: discord, rpc
- Language: JavaScript
- Homepage:
- Size: 22.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Discord RPC
This project is a template for people to create rich presence for discord.
Watch the [video](https://youtu.be/AkgMfo4JgM0) and know more!
# How to use it
1. Clone this repository
```cmd
git clone https://github.com/night0721/Night_RPC
```2. Create a new application in [Discord Devloper Portal](https://discord.com/developers/applications) and copy the ID of the application and then paste it in the bottom of inex.js
3. Upload the photos as assets in the Rich Presence Part
4. Edit index.js as you want
5. After that, run the commands in the command line:```cmd
npm install discord-rpc
node index.js
```# Important
You can use it through Discord Desktop, but not for web and mobile version.
Make sure you don't open Bot in that Discord application or else you need to open another application for the Rich Presence.# Support
If you have any problem/question, please join the [support server](https://discord.gg/SbQHChmGcp) and I will be here for help.