mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13: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": {
|
||||
"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",
|
||||
|
||||
Reference in New Issue
Block a user