(#1) Now backed with a DB for configuration.

Now just need to check that configuration has been set.

Signed-off-by: Louis Hollingworth <louis@hollingworth.ch>
This commit is contained in:
Louis Hollingworth 2023-06-11 13:09:45 +01:00
parent ae2dbc6c70
commit faca0b2fda
Signed by: lucxjo
GPG key ID: A11415CB3DC7809B
5 changed files with 142 additions and 7 deletions

View file

@ -8,12 +8,13 @@
"scripts": {
"build": "tsc",
"build:changelog": "npx @discordx/changelog --src src",
"dev": "ts-node-esm src/main.ts",
"dev": "node --loader ts-node/esm src/main.ts",
"start": "node build/main.js",
"watch": "nodemon --exec ts-node-esm src/main.ts"
},
"dependencies": {
"@discordx/importer": "^1.2.2",
"@prisma/client": "4.15.0",
"discord.js": "^14.11.0",
"discordx": "^11.7.6",
"dotenv": "16.0.3"
@ -22,6 +23,7 @@
"@types/node": "^18.16.5",
"nodemon": "^2.0.22",
"prettier": "^2.8.8",
"prisma": "^4.15.0",
"ts-node": "^10.9.1",
"typescript": "4.9.5"
},