Simple Discord Rich Presence
this script shows presence on your discord profile, it is ideal for people who want to customize their profile or impress their friends
important requirements
install nodejs 16.13.0 or above
Debian or Ubuntu: install NVM(Node Version Manager) here
Windows: install Nodejs here
(!) install all dependencies using
npm install
Instructions
Create New App in Discord Developers Aplication
Copy the client id in oauth2 tab
submit image for the largeImage and Small Image
(!) wait a few minutes because it will take a while for discord to register the image you uploaded
view the config.json and change the client id with you client id
you can change the texts and the image and you can also edit the buttons and their urls
{
"state": "FabriSoftware",
"details": "Using Nodejs Server",
"largeImage": {
"key": "arba",
"text": "FabriSoftware in GitHub"
},
"smallImage": {
"key": "github",
"text": "github"
},
"button": {
"button1":{
"text": "Follow Me on GitHub",
"url": "https://github.com/FabriSoftware"
},
"button2": {
"text": "Join On MCBE Server",
"url": "https://invite.gg/vitalhcf"
}
},
"connection": {
"clientId": "909759197560860697",
"clientSecret": ""
}
}
License the license is MIT
see the license here for more information