HelloWorld017 / atom-discord

Integrate with Discord and show Rich Presence information.
https://atom.io/packages/atom-discord
MIT License
105 stars 28 forks source link

Rich Presence implementation fails #4

Closed washingdone closed 6 years ago

washingdone commented 6 years ago

The Rich presence implementation you're using doesn't actually work, None of this registry data actually functions, instead you should probably use discord-rpc on the npm list (https://www.npmjs.com/package/discord-rpc). for a successful implementation of this using another electron based editor check out https://github.com/maxerbox/vscode-discord

HelloWorld017 commented 6 years ago

I am using discord-rpc on the npm registry and successfully tested on Atom 1.18.0. I'll checkout for vscode-discord to solve this problems.

HelloWorld017 commented 6 years ago

Duplicate #3