discordjs / RPC

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

Fix `RPCLoginOptions` parameter docs #147

Open alanbixby opened 2 years ago

alanbixby commented 2 years ago

Documents prompt added by #137, renames tokenEndpoint to redirectUri, and specifies clientId as type Snowflake.

Currently, tokenEndpoint has no references in the code base, I believe this was intended to be redirectUri which is passed to authorize() from login() and otherwise absent from documentation.