aboutsummaryrefslogtreecommitdiff
path: root/bot/package.json
diff options
context:
space:
mode:
authorAndrew Lee <andrew@alee14.me>2025-04-02 02:21:41 -0400
committerAndrew Lee <andrew@alee14.me>2025-04-02 02:21:41 -0400
commit10434adad478d21bbb834a5803125db9f54c9d6c (patch)
treee1159a26948d24c2a065dfd15f71b64970515930 /bot/package.json
parent657599acccf351c7c9366cec9f648b7496c89bdb (diff)
downloadAleeBot-beta.tar.gz
AleeBot-beta.tar.bz2
AleeBot-beta.zip
Added i18n (basic); Blacklist feature; Put error msg into a filebeta
Diffstat (limited to 'bot/package.json')
-rw-r--r--bot/package.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/bot/package.json b/bot/package.json
index ac40765..b19ac99 100644
--- a/bot/package.json
+++ b/bot/package.json
@@ -17,6 +17,8 @@
"cors": "^2.8.5",
"discord.js": "^14.18.0",
"express": "^4.21.2",
+ "i18next": "^24.2.3",
+ "i18next-fs-backend": "^2.6.0",
"jsonwebtoken": "^9.0.2",
"node-cron": "^3.0.3",
"ollama": "^0.5.14",