Skip to content

Latest commit

 

History

History
59 lines (49 loc) · 1.86 KB

README.md

File metadata and controls

59 lines (49 loc) · 1.86 KB

RPC Plus

RPC Plus is a free and open-source tool that lets you personalize your Discord Rich Presence effortlessly. You can customize your presence without any coding required.


Features

Full RPC customization
No coding required
User-Friendly


Instructions

Setting up Application

  1. Create the Application

    Go to the Discord Developer Portal.
    Create a new application.
    Name your app based on your desired RPC name.

  2. Upload Assets

    Go to your application.
    Go to Rich Presence using the sidebar.
    Click on Add Image(s) and select your image.

  3. Connect the Application

    Go to your application.
    Go to OAuth2 using the sidebar.
    Copy the Client ID.

Installation

To install RPC Plus, follow these steps:

  1. Clone the Repository
    git clone https://github.com/charge-dev/rpc-plus.git
  2. Remove Unnecessary Files

    Move all files/folders outside the rpc-plus folder.
    Delete the rpc-plus folder.

  3. Install Dependencies
    npm i discord-rpc
  4. Configure RPC Plus

    Open the config.json file located in the src folder.
    Replace CLIENT_ID with the copied Client ID.
    Replace LARGE_IMAGE_KEY or SMALL_IMAGE_KEY with your asset name.
    Customize the Discord Rich Presence settings according to your preferences.

  5. Run the Application
    node .
  6. Verify Installation
    Open Discord and check your Discord Rich Presence to verify that RPC Plus is running correctly. You should see the presence reflecting the configuration specified in the config.json file.
  7. Disconnect RPC Plus (Optional)

    Make sure you have the IDE terminal opened.
    Press CTRL and C to stop the process.