Script was made for Educational purposes |
---|
This project was created only for good purposes and personal use. |
- Async Discord rpc
- Customizable by user
- Check executables in releases that dont require node/dependencies!
- Create an application on Discord Developer Portal
- Rich Presence -> Art Assets, Add An Image named 'icon' for large image/ 'pfp' for smaller image(preferably my discord avatar for credit)
- General Information -> APPLICATION ID, Copy into config file -> clientId
- Unzip archive
{
"clientId":"", #application id of a bot(already set in releases/source code)
"description":"Doing something", #first line in rich presence
"additionalinfo":"Bottom text", #second line in rich presence
"largeimagetext":":)", #text when hovering above icon
"numberOfButtons":2, #number of buttons shown(0-2)
"loadingdelay": 5, #delay in seconds before loading
#button one name and url
"button1Text":"Button One",
"button1Link":"https://github.com/Prits001",
#button two name and url
"button2Text":"Button Two",
"button2Link":"https://github.com/Prits001"
}
- Execute binary file(exe)
(requires Node.js)
$npm i discord-rpc
$main.js
- Discord: Prits#7777