Ok
This commit is contained in:
parent
9e62d23116
commit
0e9a0b9f5e
1 changed files with 31 additions and 2 deletions
33
README.md
33
README.md
|
@ -1,2 +1,31 @@
|
||||||
# RPC_Night
|
# Night-RPC <img src = "https://cdn.discordapp.com/avatars/452076196419600394/e8e4af8ee8d0df1671b49bdff6b7dad9.png?size=2048" width = "30">
|
||||||
Discord Rich Presence
|
|
||||||
|
RPC is rich presence fore Discord. You can use it through Discord Desktop, but not for web and mobile version.
|
||||||
|
|
||||||
|
Watch the video https://youtube.com/c/Kirito01 and know more!
|
||||||
|
|
||||||
|
# How to use it? <img src = "https://cdn.discordapp.com/emojis/841194046419370024.png" width = "30">
|
||||||
|
|
||||||
|
1. Clone this repository
|
||||||
|
|
||||||
|
```cmd
|
||||||
|
git clone https://github.com/night0721/Night_RPC
|
||||||
|
```
|
||||||
|
|
||||||
|
2. Create a new application in <a href="https://discord.com/developers/applications">`Discord Devloper Portal`</a> and copy the ID of the application and then paste it in the bottom of <a href = "https://github.com/night0721/RPC_Night/blob/main/index.js">`index.js`</a>.
|
||||||
|
3. Upload the photos as assets in the Rich Presence Part
|
||||||
|
4. Edit the <a href = "https://github.com/night0721/RPC_Night/blob/main/index.js">`index.js`</a><br><br> as you want
|
||||||
|
5. After that, run the commands in the command line :
|
||||||
|
|
||||||
|
```cmd
|
||||||
|
npm install discord-rpc
|
||||||
|
node index.js
|
||||||
|
```
|
||||||
|
|
||||||
|
# Important things <img src = "https://cdn.discordapp.com/emojis/841194040165924865.png" width = 30>
|
||||||
|
|
||||||
|
Make sure you don't open Bot in that Discord application or else you need to open another application for the Rich Presence.
|
||||||
|
|
||||||
|
# Support <img src = "https://cdn.discordapp.com/emojis/841196992385253408.png" width = 30>
|
||||||
|
|
||||||
|
If you have any problem/question, please join the [support server](https://discord.gg/SbQHChmGcp) and I will be here for help.
|
||||||
|
|
Loading…
Reference in a new issue