/discord-rpc

JS | custom discord rpc (activity) setup

Primary LanguageJavaScript

Custom discord activity

example below or (link)

activity example

faq

  1. clone repository into any local folder
    • qwrqrw
  2. install packages using npm i
    • open cmd and navigate to your local folder (guide), run npm i command there
  3. head to Discord Dev Portal create or open an application and grab client id in OAuth2 section
  4. open CONFIG.json file and insert your client id in corresponding field
  5. change other desired fields in CONFIG.json
    • go back to Discord Dev Portal, open your application and go to Rich Presence > Visualizer for more details
  6. run rpc.bat directly or create a shortcut for it. make sure not to move original .bat file

notes

  • title of your rpc is an application name on Discord Dev Portal
  • while repo is not archive feel free to do pull requests or forks <3