orm and profile first implementation

This commit is contained in:
Stanislaw
2022-04-20 15:20:22 +02:00
parent 4f11342db8
commit f308503816
14 changed files with 597 additions and 265 deletions

View File

@@ -23,15 +23,18 @@
"dependencies": {
"@discordjs/opus": "^0.5.3",
"@discordjs/voice": "^0.7.5",
"@prisma/client": "^3.12.0",
"canvas": "^2.9.1",
"colors": "^1.4.0",
"daemon": "^1.1.0",
"discord.js": "^13.1.0",
"discord.js": "^13.6.0",
"dotenv": "^10.0.0",
"ffmpeg": "^0.0.4",
"ffmpeg-static": "^4.4.0",
"libsodium-wrappers": "^0.7.9",
"nodemon": "^2.0.13",
"nodemon": "^2.0.15",
"pg": "^8.7.3",
"prisma": "^3.12.0",
"redis": "^4.0.4",
"ytdl-core": "^4.9.2",
"ytsr": "^3.5.3"