discordjs / RPC

A simple RPC client for Discord
MIT License
466 stars 191 forks source link

fix: browser's websocket exception #93

Closed Seldszar closed 3 years ago

Seldszar commented 3 years ago

This change fixes an exception happening when using the RPC client on browser with the websocket transport, waiting for a single protocol string or an array of protocol strings instead of ws specific options.