dodano obsłuugę linków ze spotify oraz soundcloud

This commit is contained in:
Patryk Koreń
2026-01-03 22:48:46 +01:00
parent 28b6546c25
commit 6ad7e01957
7 changed files with 1299 additions and 23 deletions

View File

@@ -22,6 +22,12 @@
"@types/node": "^25.0.3",
"discord.js": "^14.25.1",
"dotenv": "^17.2.3",
"typescript": "^5.9.3"
"spotify-web-api-node": "^5.0.2",
"typescript": "^5.9.3",
"yt-search": "^2.13.1"
},
"devDependencies": {
"@types/spotify-web-api-node": "^5.0.11",
"@types/yt-search": "^2.10.3"
}
}