feat: implement logging and retry mechanism with pino and p-retry

This commit is contained in:
MythEclipse
2026-05-13 16:25:01 +07:00
parent 9497e721e0
commit 3ae28157a3
7 changed files with 144 additions and 65 deletions
+3 -5
View File
@@ -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",