fix(create-discord-bot): Fix start script (#9542)

fix: not working npm start

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
This commit is contained in:
Jaw0r3k
2023-05-07 21:08:23 +02:00
committed by GitHub
parent 12482b70ed
commit 8482e3c95d

View File

@@ -6,7 +6,7 @@
"scripts": {
"lint": "prettier --check . && eslint src --ext .js,.cjs --format=pretty",
"format": "prettier --write . && eslint src --ext .js,.cjs --fix --format=pretty",
"start": "node --require dotenv/config index.js"
"start": "node --require dotenv/config src/index.js"
},
"dependencies": {
"discord.js": "^14.11.0",