discord-rpc/README.md

33 lines
982 B
Markdown
Raw Permalink Normal View History

2023-11-02 00:24:56 +01:00
# Discord RPC
2021-05-30 07:07:27 +02:00
2023-11-02 00:24:56 +01:00
This project is a template for people to create rich presence for discord.
2021-05-30 07:07:27 +02:00
2023-11-02 00:24:56 +01:00
Watch the [video](https://youtu.be/AkgMfo4JgM0) and know more!
2021-05-30 07:07:27 +02:00
2023-11-02 00:24:56 +01:00
# How to use it
2021-05-30 07:07:27 +02:00
1. Clone this repository
```cmd
git clone https://github.com/night0721/Night_RPC
```
2023-11-02 00:24:56 +01:00
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
2021-05-30 07:07:27 +02:00
3. Upload the photos as assets in the Rich Presence Part
2023-11-02 00:24:56 +01:00
4. Edit index.js as you want
5. After that, run the commands in the command line:
2021-05-30 07:07:27 +02:00
```cmd
npm install discord-rpc
node index.js
```
2023-11-02 00:24:56 +01:00
# Important
2021-05-30 07:07:27 +02:00
2023-11-02 00:24:56 +01:00
You can use it through Discord Desktop, but not for web and mobile version.
2021-05-30 07:07:27 +02:00
Make sure you don't open Bot in that Discord application or else you need to open another application for the Rich Presence.
2023-11-02 00:24:56 +01:00
# Support
2021-05-30 07:07:27 +02:00
If you have any problem/question, please join the [support server](https://discord.gg/SbQHChmGcp) and I will be here for help.