0.4.0b1 add database and /userinfo (incomplete)

This commit is contained in:
Yusur 2026-02-25 10:46:15 +01:00
parent 3f13fe1ec0
commit 5b98a2e98a
18 changed files with 1194 additions and 243 deletions

View file

@ -1,6 +1,6 @@
{
"name": "sknsybot",
"version": "0.3.2",
"version": "0.4.0.b1",
"private": true,
"description": "",
"license": "Apache-2.0",
@ -15,14 +15,16 @@
"chalk": "^5.4.1",
"discord.js": "^14.14.1",
"dotenv": "^16.4.7",
"mysql": "^2.18.1",
"mysql2": "^3.12.0",
"drizzle-orm": "^0.45.1",
"node-cron": "^3.0.3",
"pg": "^8.18.0",
"wikijs": "^6.4.1"
},
"devDependencies": {
"@types/node": "^22.10.7",
"@types/node-cron": "^3.0.11",
"@types/pg": "^8.16.0",
"drizzle-kit": "^0.31.9",
"ts-node": "^10.9.2",
"tsx": "^4.19.2",
"typescript": "^5.7.3"