32 lines
982 B
Markdown
32 lines
982 B
Markdown
# 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.
|