WalshyDev / Discord-Spotify-RPC

Spotify Rich Presence for Discord made in NodeJS
GNU General Public License v3.0
49 stars 14 forks source link

Fixed error on startup #32

Closed ethanbarclay closed 5 years ago

ethanbarclay commented 5 years ago

Error code: 4000, message: 'No Client ID Specified' was caused by an outdated method of invoking the login function. The updated API requires a format of clientId: ClientId rather than just ClientId.

WalshyDev commented 5 years ago

Ty!