Skip to content

This project provides a simple and straightforward way to integrate Discord Rich Presence into your applications.

License

Notifications You must be signed in to change notification settings

Shaurya9524/discord-rpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord RPC

This project provides a simple and straightforward way to integrate Discord Rich Presence into your applications. You can display customised status messages and details to showcase the activity of your application to users on Discord.

Discord RPC

Authors

Getting Started

Installation

  1. Clone the project repository:
git clone https://github.com/Shaurya9524/discord-rpc.git
  1. Install the project dependencies:
npm install
  1. Setup the environment variables:

Create a .env file in the root directory of your project and add the following line, replacing <discord_client_id> with your actual Discord client ID:

clientId=<discord_client_id>
  1. Start the application:
npm start

Usage

Configuration

The configuration files are located at the ./src/config directory. Customise the configuration files to suit your needs. The configuration files are as follows:

File Description
data.js Contains the details to be displayed in the Discord RPC
links.js Contains the links to be displayed in the Discord RPC

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

This project provides a simple and straightforward way to integrate Discord Rich Presence into your applications.

Topics

Resources

License

Stars

Watchers

Forks