generated from lucxjo/template
(#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:
parent
ae2dbc6c70
commit
faca0b2fda
5 changed files with 142 additions and 7 deletions
|
|
@ -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"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue