Everything is customizable! :3
- Download Compiled code
- Follow Default Installation from step 3.
- Install Python 3.X if you haven't already.
- Install source code and run
install.bat
( it's gonna download required libraries! ) - Go to Discord Developers and login into your account.
- Create new application and copy "Application ID" after you created app.
- After console closed, run
start.bat
( it's gonna start main program!) - Enter Details -> State -> AppID -> Image (optional)
- Done! RPC should appear in your discord profile! <3
You can configure prepared_config.bat
file or follow steps below ⬇️
- Open
cmd
. - Use
cd "path-to-simple-cli-rpc"
- Then you can use this:
python "main.py" --details "first line" --state "second line" --appid "0000000000000000000" --image "your_image_name"
and change "first line" and etc. to something, as i said using "--image" optionally
You can send it into Issues and i will try to reply quick as possible!