From 0e9a0b9f5e1003e7d6dbed94a48968bd9bfc18d6 Mon Sep 17 00:00:00 2001 From: night0721 Date: Sun, 30 May 2021 13:07:27 +0800 Subject: [PATCH] Ok --- README.md | 33 +++++++++++++++++++++++++++++++-- 1 file changed, 31 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fa34837..b44bed4 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.