mirror of
https://github.com/danbulant/discord.js
synced 2026-06-07 08:41:29 +00:00
Add uws back to the readme
This commit is contained in:
parent
bd6317cf99
commit
62ac246162
1 changed files with 1 additions and 0 deletions
|
|
@ -44,6 +44,7 @@ For production bots, using node-opus should be considered a necessity, especiall
|
||||||
- One of the following packages can be installed for faster voice packet encryption and decryption:
|
- 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 --save`)
|
- [sodium](https://www.npmjs.com/package/sodium) (`npm install sodium --save`)
|
||||||
- [libsodium.js](https://www.npmjs.com/package/libsodium-wrappers) (`npm install libsodium-wrappers --save`)
|
- [libsodium.js](https://www.npmjs.com/package/libsodium-wrappers) (`npm install libsodium-wrappers --save`)
|
||||||
|
- [uws](https://www.npmjs.com/package/uws) for a much faster WebSocket connection (`npm install uws --save`)
|
||||||
|
|
||||||
## Example usage
|
## Example usage
|
||||||
```js
|
```js
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue