docs(readme): remove mention of uws

This commit is contained in:
SpaceEEC 2020-02-29 15:26:27 +01:00
parent 97457e1de2
commit 08e7328b86
No known key found for this signature in database
GPG key ID: 8C8A2E338661B871

View file

@ -44,7 +44,6 @@ For production bots, using @discordjs/opus should be considered a necessity, esp
- One of the following packages can be installed for faster voice packet encryption and decryption:
- [sodium](https://www.npmjs.com/package/sodium) (`npm install sodium`)
- [libsodium.js](https://www.npmjs.com/package/libsodium-wrappers) (`npm install libsodium-wrappers`)
- [uws](https://www.npmjs.com/package/@discordjs/uws) for a much faster WebSocket connection (`npm install @discordjs/uws`)
## Example usage
```js