From 61e2e3e1add12d4ad6db63d3199387e8fc026d3e Mon Sep 17 00:00:00 2001 From: Vlad Frangu Date: Wed, 26 Jun 2019 12:36:12 +0300 Subject: [PATCH] docs: add zucc to docsite welcome page (#3355) --- docs/general/welcome.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/general/welcome.md b/docs/general/welcome.md index 2bc0525c7..da1e02e89 100644 --- a/docs/general/welcome.md +++ b/docs/general/welcome.md @@ -47,6 +47,7 @@ For production bots, using node-opus should be considered a necessity, especiall ### Optional packages - [zlib-sync](https://www.npmjs.com/package/zlib-sync) for significantly faster WebSocket data inflation (`npm install zlib-sync`) +- [zucc](https://www.npmjs.com/package/zucc) for significantly faster WebSocket data inflation (`npm install zucc`) - [erlpack](https://github.com/discordapp/erlpack) for significantly faster WebSocket data (de)serialisation (`npm install discordapp/erlpack`) - 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`)