added web sound upload

This commit is contained in:
Myx
2023-10-05 21:37:47 +02:00
parent a991164148
commit 8818de5f43
7 changed files with 1014 additions and 47 deletions

View File

@@ -7,15 +7,21 @@
"create": "echo TOKEN=MY-API-TOKEN > .env",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"author": "SocksOnHead",
"license": "ISC",
"dependencies": {
"@discordjs/voice": "^0.16.0",
"@types/node": "^20.8.2",
"discord.js": "^14.13.0",
"dotenv": "^16.3.1",
"sodium": "^3.0.2",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
"@discordjs/voice": "~0.16.0",
"@types/multer": "~1.4.8",
"@types/node": "~20.8.2",
"discord.js": "~14.13.0",
"dotenv": "~16.3.1",
"express": "~4.18.2",
"multer": "~1.4.5-lts.1",
"sodium": "~3.0.2",
"ts-node": "~10.9.1",
"typescript": "~5.2.2"
},
"devDependencies": {
"@types/express": "~4.17.18"
}
}