discordjs / RPC

A simple RPC client for Discord
MIT License
459 stars 190 forks source link

docs: example update #167

Closed thehairy closed 1 year ago

thehairy commented 2 years ago

The scope rpc.api was removed and now throws an error, thus should be removed from the example. Now uses ipc instead of websocket, since websocket requires whitelist afaik, thus it should be ipc as an example.

SMJSGaming commented 1 year ago

There's also the problem that redirect_uri is a requirement.

thehairy commented 1 year ago

There's also the problem that redirect_uri is a requirement.

That wasn't a requirement when I made this PR, but RPC is getting a rewrite anyway.