Made my own RPC client cause the other ones are kinda meh.
Coming soon! (maybe)
- Get Node.js
- Clone the repository:
git clone https://github.com/Theblockbuster1/BlockRPC
- Install the dependencies:
npm i
To run just use npm start
, feel free to make a shortcut or something.
- The app basically opens the Discord Developer Portal, where you can choose or create a Rich Presence application, with a live preview.
- Press the
X
button to minimise to the tray, and there you can exit the app or reopen the window by right clicking.
- Add (disableable) notifications to indicate that the app has been minimised to the tray.
- Compile into executables for easier installation and convenience.