discordjs / RPC

A simple RPC client for Discord
MIT License
474 stars 192 forks source link

Update to fit with newest 'ws' version #68

Closed JustYanns closed 5 years ago

JustYanns commented 5 years ago

I just changed the version of 'ws' used in package.json I looked at 'ws' newest version (7.1.0), and it seems like nothing wrote in "src/transport/websocket.js" (where the module is required) is deprecated.

If someone could double check to be sure ...