aboutsummaryrefslogtreecommitdiff
path: root/bot/package.json
diff options
context:
space:
mode:
authorAndrew Lee <andrew@alee14.me>2025-03-26 16:02:25 -0400
committerAndrew Lee <andrew@alee14.me>2025-03-26 16:04:06 -0400
commitbc64422fdf34e512509cfc931569715828047c24 (patch)
tree11cc24121519b5d2fd4c65907e1979d6f426981b /bot/package.json
parentf374c5bda7a9453266e46e77da3631d655998c68 (diff)
downloadAleeBot-bc64422fdf34e512509cfc931569715828047c24.tar.gz
AleeBot-bc64422fdf34e512509cfc931569715828047c24.tar.bz2
AleeBot-bc64422fdf34e512509cfc931569715828047c24.zip
QOTD implemented; Removed readyMsg (replaced with NODE_ENV); More activities
Diffstat (limited to 'bot/package.json')
-rw-r--r--bot/package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/bot/package.json b/bot/package.json
index 4c937be..cdfb6a3 100644
--- a/bot/package.json
+++ b/bot/package.json
@@ -17,6 +17,7 @@
"discord.js": "^14.18.0",
"express": "^4.21.2",
"jsonwebtoken": "^9.0.2",
+ "node-cron": "^3.0.3",
"ollama": "^0.5.14",
"sequelize": "^6.37.6",
"sqlite3": "^5.1.7"