Custom discord rich presence "dynamic" that will change on a specified interval of time
pip install pypresence
- Tested using version
4.3.0
Open rpc.json to configure
Key | Value | Description |
---|---|---|
client ID | integer | Your application ID |
interval update | integer | Time (In seconds) at wich the RPC will be updated |
buttons | array | Button labels (See bellow) |
Index | Value | Description |
---|---|---|
0 | string | String to display within the button |
1 | string | Link to open when click the button |
2 | string | Imagen name to use for this button (Add to your Application) |
3 | string | String to display above the button |
Using rpc.bat will execute it on the background
Using rpc.sh will execute it on the background
chmod +x start_rpc.sh
./start_rpc.sh
- Linux's batch is untested but should work