From 08e7328b865a15b5b840f4a8880ef70ef127b61f Mon Sep 17 00:00:00 2001 From: SpaceEEC Date: Sat, 29 Feb 2020 15:26:27 +0100 Subject: [PATCH] docs(readme): remove mention of uws --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index ba982df52..abb18fb65 100644 --- a/README.md +++ b/README.md @@ -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