- Install nodejs
- Install git
- Open git bash and run
git clone https://github.com/AleanaA/Easy-Rich-Presence.git
- Open cmd and run
cd %UserProfile%\Easy-Rich-Presence && npm install
- Run
start.bat
- Install nodejs and npm for your distro, as found here
- Install git for your distro
2.a - Arch Based -pacman -S git
2.b - Debian Based -apt install git
2.c - Fedora Based -yum install git
- In terminal, run
git clone https://github.com/AleanaA/Easy-Rich-Presence.git
- In terminal, run
cd Easy-Rich-Presence && npm install
- In terminal, run
sh start.sh
- In terminal, run
npm install pm2 -g
- In terminal, move to the Easy-Rich-Presence directory.
- In terminal, run
pm2 start start.sh --name "Rich Presence"
To start with, make a bot aplication on your Developer page
Choose a good name for the application. This is what will show as your playing status.
After making your application, scroll down and click Enable Rich Presence
Next, you'll want to open main.js
If you're on Windows, it's prefered that you open it with something like Notepad++ or Sublime
Replace id
with your applications Client ID, and change First line
and Second line
to whatever you'd like.
To make the second line blank, put //
at the beginning of the line. If you do this for the first line, you'll just get errors.
After setting up your text, you can either find an image you like that's above a 512x512 resolution, or you can add //
to the start of the four image lines.
If setting up an image, upload it to your assets area in your application, set it as a large image, and give it a name, then save your changes.
Once you've saved your changes, replace largeimage
with whatever you named the image. Afterwards, you can set Large Image Hover Text
to whatever you'd like, or to disable it, add //
to the start of the line.
If you'd like a small image in the bottom corner of the large image, find another image that is above a 512x512 resolution, upload it to your assets area in your application, set it as a small image, and give it a name, then save your changes.
Once you've saved your changes, replace smallimage
with whatever you named the image. Afterwards, you can set Small Image Hover Text
to whatever you'd like, or to disable it, add //
to the start of the line.
There's a support server that you can find here if you have any issues, or just need help.