Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Ralsin/rblxcord
Discord Rich Presence support for Roblox
https://github.com/Ralsin/rblxcord
discord discord-rich-presence rich-presence roblox
Last synced: 16 days ago
JSON representation
Discord Rich Presence support for Roblox
- Host: GitHub
- URL: https://github.com/Ralsin/rblxcord
- Owner: Ralsin
- License: gpl-3.0
- Created: 2022-06-07T15:47:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-24T11:38:25.000Z (almost 2 years ago)
- Last Synced: 2024-08-02T05:11:29.282Z (4 months ago)
- Topics: discord, discord-rich-presence, rich-presence, roblox
- Language: TypeScript
- Homepage:
- Size: 263 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- Changelog: changelogs.md
- License: LICENSE
Awesome Lists containing this project
- awesome-discord-activities - Rblxcord - Discord Rich Presence support for [Roblox](https://roblox.com) (Gaming)
README
Rblxcord - Discord Rich Presense for Roblox
Simple app to show what you're playing in [Roblox](https://roblox.com/) to [Discord](https://discord.com/).
Currently supports only Windows platform.
You can download it [here](https://github.com/Ralsin/rblxcord/releases/latest) or build yourself with the instructions below.
**NOT COMPATIBLE WITH NEW ROBLOX LAUNCHER** (yet)Join our silly community and report bugs/errors here :)
## How To Build
Install node.js from [here](https://nodejs.org/en/). 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.