Implement voice encryption support

This commit is contained in:
qeled
2016-03-18 06:32:35 +03:00
parent 27a0361afc
commit 4d6cca72f4
5 changed files with 97 additions and 23 deletions

View File

@@ -26,6 +26,7 @@
"homepage": "https://github.com/hydrabolt/discord.js#readme",
"dependencies": {
"superagent": "^1.8.0",
"tweetnacl": "^0.14.1",
"unpipe": "^1.0.0",
"ws": "^1.0.1"
},