A tool that helps you to mess PreMiD users up
You need NodeJS in order to run premess. You may download it directly from the official webpage or install using package manager.
sudo apt update
sudo apt install nodejs git
pkg update
pkg install nodejs git
After that, clone this repository and install dependencies
git clone https://github.com/Noxturnix/premess
cd premess
npm i
To run premess, just use the following command
npm start
Create "custom-activity.json" or copy the example file and configure custom activity
{
"clientId": "463097721130188830",
"presenceData": {
"details": "Darude - Sandstorm",
"state": "Darude",
"largeImageKey": "yt_lg",
"smallImageKey": "play",
"smallImageText": "Playing",
"largeImageText": "Premess"
},
"trayTitle": "Darude - Sandstorm",
"playback": true
}