Upload files to "/"

This commit is contained in:
kq
2026-08-05 14:35:21 +00:00
commit 3fd9a25135
2 changed files with 387 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"name": "discord-music-bot",
"version": "1.0.0",
"description": "Discord music bot with yt-dlp and DAVE E2EE support",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"@discordjs/voice": "^0.19.2",
"@snazzah/davey": "^0.1.11",
"discord.js": "^14.18.0",
"opusscript": "^0.1.1",
"sodium-native": "latest"
}
}