chore: remove tweetnacl
This commit is contained in:
@@ -6,7 +6,6 @@ Install:
|
|||||||
- An encryption packages:
|
- An encryption packages:
|
||||||
+ sodium (best performance)
|
+ sodium (best performance)
|
||||||
+ libsodium-wrappers
|
+ libsodium-wrappers
|
||||||
+ tweetnacl (slowest)
|
|
||||||
- ffmpeg (install and add to your system environment)
|
- ffmpeg (install and add to your system environment)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,6 @@ Install:
|
|||||||
- An encryption packages:
|
- An encryption packages:
|
||||||
+ sodium (best performance)
|
+ sodium (best performance)
|
||||||
+ libsodium-wrappers
|
+ libsodium-wrappers
|
||||||
+ tweetnacl (slowest)
|
|
||||||
- ffmpeg (install and add to your system environment)
|
- ffmpeg (install and add to your system environment)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@@ -40,7 +39,7 @@ client.on('ready', async client => {
|
|||||||
}, 5_000);
|
}, 5_000);
|
||||||
|
|
||||||
// Set volume
|
// Set volume
|
||||||
dispatcher2.setVolume(0.5);
|
dispatcher.setVolume(0.5);
|
||||||
console.log('50% volume');
|
console.log('50% volume');
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
@@ -21,7 +21,6 @@ Install:
|
|||||||
- An encryption packages:
|
- An encryption packages:
|
||||||
+ sodium (best performance)
|
+ sodium (best performance)
|
||||||
+ libsodium-wrappers
|
+ libsodium-wrappers
|
||||||
+ tweetnacl (slowest)
|
|
||||||
- ffmpeg (install and add to your system environment)
|
- ffmpeg (install and add to your system environment)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,6 @@ Install:
|
|||||||
- An encryption packages:
|
- An encryption packages:
|
||||||
+ sodium (best performance)
|
+ sodium (best performance)
|
||||||
+ libsodium-wrappers
|
+ libsodium-wrappers
|
||||||
+ tweetnacl (slowest)
|
|
||||||
- ffmpeg (install and add to your system environment)
|
- ffmpeg (install and add to your system environment)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -64,7 +64,6 @@
|
|||||||
"qrcode": "^1.5.3",
|
"qrcode": "^1.5.3",
|
||||||
"tough-cookie": "^4.1.4",
|
"tough-cookie": "^4.1.4",
|
||||||
"tree-kill": "^1.2.2",
|
"tree-kill": "^1.2.2",
|
||||||
"tweetnacl": "^1.0.3",
|
|
||||||
"ws": "^8.16.0"
|
"ws": "^8.16.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
|
|||||||
Reference in New Issue
Block a user