diff options
| author | Andrew Lee <andrew@alee14.me> | 2025-03-03 11:42:27 -0500 |
|---|---|---|
| committer | Andrew Lee <andrew@alee14.me> | 2025-03-03 11:42:27 -0500 |
| commit | fd7f8eba960981482fabf350995bf753feebb176 (patch) | |
| tree | 2bd0c85b09a04ecd8e1f20fc409eb4b8a22289a7 /bot/package.json | |
| parent | cf1382d88c5e3298923c8cb243b7bc5751e68b53 (diff) | |
| download | AleeBot-fd7f8eba960981482fabf350995bf753feebb176.tar.gz AleeBot-fd7f8eba960981482fabf350995bf753feebb176.tar.bz2 AleeBot-fd7f8eba960981482fabf350995bf753feebb176.zip | |
More commands ported; Almost all 2.x features have been added
Diffstat (limited to 'bot/package.json')
| -rw-r--r-- | bot/package.json | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/bot/package.json b/bot/package.json index 1adf119..148a229 100644 --- a/bot/package.json +++ b/bot/package.json @@ -6,13 +6,15 @@ "author": "Andrew Lee", "license": "GPL-3.0", "scripts": { - "start": "node src/bot.js --beta", + "start": "node src/bot.js", "lint": "eslint ." }, "dependencies": { "cors": "^2.8.5", "discord.js": "^14.18.0", - "express": "^4.21.2" + "express": "^4.21.2", + "sequelize": "^6.37.5", + "sqlite3": "^5.1.7" }, "devDependencies": { "@eslint/js": "^9.21.0", |
