chore: remove tweetnacl

This commit is contained in:
Elysia
2024-08-23 17:24:46 +07:00
parent 9591b4c64c
commit dbd5e1ee34
5 changed files with 1 additions and 6 deletions

View File

@@ -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)
*/ */

View File

@@ -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');
}); });

View File

@@ -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)
*/ */

View File

@@ -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)
*/ */

View File

@@ -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": {