diff options
| author | Andrew Lee <andrew@alee14.me> | 2025-03-24 01:29:33 -0400 |
|---|---|---|
| committer | Andrew Lee <andrew@alee14.me> | 2025-03-24 01:29:33 -0400 |
| commit | 0453bafa63ccd1057279a1be9286b3e7ebcb62d2 (patch) | |
| tree | 0a71e0c06912a81ac009b196c5fee8dc9037cb60 /bot/package.json | |
| parent | a19b6ed4ef829697fd0be153af5e27c99f267787 (diff) | |
| download | AleeBot-0453bafa63ccd1057279a1be9286b3e7ebcb62d2.tar.gz AleeBot-0453bafa63ccd1057279a1be9286b3e7ebcb62d2.tar.bz2 AleeBot-0453bafa63ccd1057279a1be9286b3e7ebcb62d2.zip | |
Depcreating web server, returning back to using Discord as settings
Diffstat (limited to 'bot/package.json')
| -rw-r--r-- | bot/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/package.json b/bot/package.json index 72568aa..5a0f631 100644 --- a/bot/package.json +++ b/bot/package.json @@ -16,7 +16,7 @@ "discord.js": "^14.18.0", "express": "^4.21.2", "ollama": "^0.5.14", - "sequelize": "^6.37.5", + "sequelize": "^6.37.6", "sqlite3": "^5.1.7" }, "devDependencies": { |
