Skip to content
This repository has been archived by the owner on Nov 16, 2024. It is now read-only.

Custom discord rich presence "dynamic" that will change on a specified interval of time

Notifications You must be signed in to change notification settings

Mikk155/Discord-Rich-Presence-Dynamic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord-Rich-Presence-Dynamic

Custom discord rich presence "dynamic" that will change on a specified interval of time

Dependancies

pip install pypresence
  • Tested using version 4.3.0

json

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)

button

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

Running

Windows

Using rpc.bat will execute it on the background

Linux

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

About

Custom discord rich presence "dynamic" that will change on a specified interval of time

Resources

Stars

Watchers

Forks