Simple app to show what you're playing in Roblox to Discord.
Currently supports only Windows platform.
You can download it here or build yourself with the instructions below.
NOT COMPATIBLE WITH NEW ROBLOX LAUNCHER (yet)
Join our silly community and report bugs/errors here :)
Install node.js from here. Then open the command line and type in:
npm install
npm install -g typescript
Also make sure node-fetch
version is not higher than 2.6.7 otherwise it would break the app.
In case it is, you can easily fix that by typing in the following command:
npm install node-fetch@2
Now you can type npm run test
and npm run build
to test the code and build the app respectively.