mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-17 12:03:31 +01:00
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:
@@ -6,7 +6,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"lint": "prettier --check . && eslint src --ext .js,.cjs --format=pretty",
|
"lint": "prettier --check . && eslint src --ext .js,.cjs --format=pretty",
|
||||||
"format": "prettier --write . && eslint src --ext .js,.cjs --fix --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": {
|
"dependencies": {
|
||||||
"discord.js": "^14.11.0",
|
"discord.js": "^14.11.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user