my body is a machine that turns air into meow mrrpp

This commit is contained in:
amy 2024-08-23 16:00:46 +03:30
parent 2235889ae8
commit 44a8e3f20f
7 changed files with 1237 additions and 39 deletions

View file

@ -11,11 +11,12 @@
"type": "module",
"license": "ISC",
"dependencies": {
"discord.js": "^14.15.3"
"discord.js": "^14.15.3",
"ts-node": "^10.9.2",
"sqlite3": "^5.1.7"
},
"devDependencies": {
"@types/node": "^22.1.0",
"ts-node-esm": "^10.9.2",
"typescript": "^5.5.4"
}
}
}