xhayper

Results 155 comments of 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 ![image](https://user-images.githubusercontent.com/46065349/188565708-79e80d93-c0cd-4c89-8ae6-43b62b336709.png)

I cleared out all of the unnecessary code now.