Skip to content

Ralsin/rblxcord

Repository files navigation

Rblxcord

Rblxcord - Discord Rich Presense for Roblox

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)

Discord Server

Join our silly community and report bugs/errors here :)

How To Build

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

And you're ready to go!

Now you can type npm run test and npm run build to test the code and build the app respectively.