An extremely small go-lang app that allows discord rich presence in any game you're playing.
Building
Without window open (recommended)
// clone repo!
git clone https://github.com/DwifteJB/RoMiD
cd RoMiD
go build -ldflags "-H=windowsgui"
With window open (debug)
// clone repo!
git clone https://github.com/DwifteJB/RoMiD
cd RoMiD
go build
Usage
Ram: 8mb
File size: 7.96mb
Changing settings
The directory that settings are saved to is: %USERPROFILE%\.dwifte\roblox-rich-presence.json
Example Settings:
{"ShowProfile":true,"ClientId":"1044653106690015333","RobloxId":"136244389"}
Contributing
Contributing is very welcome, make sure to make a pull request and I'll review it.