feat: implement logging and retry mechanism with pino and p-retry
This commit is contained in:
+3
-5
@@ -15,18 +15,16 @@
|
||||
"dependencies": {
|
||||
"@discordjs/opus": "^0.10.0",
|
||||
"@discordjs/voice": "^0.19.1",
|
||||
"@ffmpeg-installer/ffmpeg": "^1.1.0",
|
||||
"@snazzah/davey": "^0.1.10",
|
||||
"crc-32": "^1.2.2",
|
||||
"discord.js-selfbot-v13": "^3.7.1",
|
||||
"express": "^5.2.1",
|
||||
"ffmpeg-static": "^5.3.0",
|
||||
"fluent-ffmpeg": "^2.1.3",
|
||||
"libsodium-wrappers": "^0.8.2",
|
||||
"node-crc": "^4.0.0",
|
||||
"prism-media": "2.0.0-alpha.0",
|
||||
"sodium-native": "^4.3.2",
|
||||
"ws": "^8.20.1"
|
||||
"ws": "^8.20.1",
|
||||
"pino": "^9.4.0",
|
||||
"p-retry": "^6.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@biomejs/biome": "latest",
|
||||
|
||||
Reference in New Issue
Block a user