From 092c89f6832c09e7a4b874cd41b6be76f4f8e2b5 Mon Sep 17 00:00:00 2001 From: Night Kaly <77528305+night0721@users.noreply.github.com> Date: Sun, 30 May 2021 13:03:20 +0800 Subject: [PATCH 1/3] . --- README.md | 33 +++++++++++++++++++++++++++++++-- 1 file changed, 31 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fa34837..7769316 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,31 @@ -# RPC_Night -Discord Rich Presence +# Night-RPC `` + +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? `` + +1. Clone this repository + +```cmd +git clone https://github.com/night0721/Night_RPC +``` + +2. Create a new application in`` Discord Devloper Portal`` and copy the ID of the application and then paste it in the bottom of``index.js``. +3. Upload the photos as assets in the Rich Presence Part +4. Edit the``index.js`

` as you want +5. After that, run the commands in the command line : + +```cmd +npm install discord-rpc +node index.js +``` + +# Important things `` + +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. From b60286c5845e860b875c1f4c5875b9237c229018 Mon Sep 17 00:00:00 2001 From: Night Kaly <77528305+night0721@users.noreply.github.com> Date: Sun, 30 May 2021 13:04:07 +0800 Subject: [PATCH 2/3] . --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7769316..31a0a3a 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ -# Night-RPC `` +# Night-RPC 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? `` +# How to use it? 1. Clone this repository @@ -22,10 +22,10 @@ npm install discord-rpc node index.js ``` -# Important things `` +# Important things Make sure you don't open Bot in that Discord application or else you need to open another application for the Rich Presence. -# Support `` +# Support If you have any problem/question, please join the [support server](https://discord.gg/SbQHChmGcp) and I will be here for help. From eeeae0364290bd2e811565c947483c4b9705da69 Mon Sep 17 00:00:00 2001 From: Night Kaly <77528305+night0721@users.noreply.github.com> Date: Sun, 30 May 2021 13:05:06 +0800 Subject: [PATCH 3/3] ? --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 31a0a3a..b44bed4 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,9 @@ Watch the video https://youtube.com/c/Kirito01 and know more! git clone https://github.com/night0721/Night_RPC ``` -2. Create a new application in`` Discord Devloper Portal`` and copy the ID of the application and then paste it in the bottom of``index.js``. +2. Create a new application in `Discord Devloper Portal` and copy the ID of the application and then paste it in the bottom of `index.js`. 3. Upload the photos as assets in the Rich Presence Part -4. Edit the``index.js`

` as you want +4. Edit the `index.js`

as you want 5. After that, run the commands in the command line : ```cmd