Add link track command

This commit is contained in:
2024-04-02 15:25:31 +02:00
parent a904fd8efd
commit edbbbe2d02
5 changed files with 1775 additions and 5 deletions

View File

@@ -1,13 +1,15 @@
{
"dependencies": {
"discord.js": "^14.13.0",
"dotenv": "^16.3.1"
"dotenv": "^16.3.1",
"spotify-web-api-node": "^5.0.2",
"sqlite": "^5.1.1",
"sqlite3": "^5.1.7"
},
"name": "minzbot",
"description": "Successor of the Discord.py implementation",
"version": "1.0.0",
"main": "main.js",
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},