xhayper
xhayper
If you want, I can port to my discord-rpc for this project in separate PR.
Alright! I just need someone to test if the extension works under Snap version of discord, It's confirmed to work on macOS, Windows and non-snap discord on linux.
Yep, the thing works with snap versions of discord.
Here's inline fix ```ts import fs from "fs"; for (const key of ['XDG_RUNTIME_DIR', 'TMPDIR', 'TMP', 'TEMP']) { if (process.env[key]) process.env[key] = fs.realpathSync(process.env[key] as string); } ``` (i also have a...
Proof that it actually work 
Done
I cleared out all of the unnecessary code now.
All done.
End.
weird